]> git.ipfire.org Git - u-boot.git/commitdiff
imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
authorLukasz Majewski <lukma@denx.de>
Tue, 7 Nov 2017 10:34:16 +0000 (11:34 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 9 Nov 2017 10:32:49 +0000 (11:32 +0100)
Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/include/asm/arch-mx5/sys_proto.h

index 14f5d948c9f65ddaf0cae4f30389caf3f1187173..de19c45e0980a99870355ca0e64c49cbdace7d5e 100644 (file)
@@ -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_ */