浏览代码

imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Lukasz Majewski 7 年之前
父节点
当前提交
e895e996ab
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm/include/asm/arch-mx5/sys_proto.h

+ 4 - 0
arch/arm/include/asm/arch-mx5/sys_proto.h

@@ -4,5 +4,9 @@
  *
  * SPDX-License-Identifier:	GPL-2.0+
  */
+#ifndef __SYS_PROTO_IMX5_
+#define __SYS_PROTO_IMX5_
 
 #include <asm/mach-imx/sys_proto.h>
+
+#endif /* __SYS_PROTO_IMX5_ */