]> Git Repo - J-u-boot.git/commitdiff
imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
authorLukasz Majewski <[email protected]>
Tue, 7 Nov 2017 10:34:16 +0000 (11:34 +0100)
committerStefano Babic <[email protected]>
Thu, 9 Nov 2017 10:32:49 +0000 (11:32 +0100)
Signed-off-by: Lukasz Majewski <[email protected]>
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_ */
This page took 0.036753 seconds and 4 git commands to generate.