summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-11-07 10:34:16 (GMT)
committerStefano Babic <sbabic@denx.de>2017-11-09 10:32:49 (GMT)
commite895e996abe87b01560459148404e0a769b4864e (patch)
tree4cb2e0e44f6cc1eb108fad7fe4a6fdf0ef067313 /arch
parent90d0e38c1e62667600d24a7befcb7ae4eaedce2b (diff)
downloadu-boot-e895e996abe87b01560459148404e0a769b4864e.tar.xz
imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx5/sys_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx5/sys_proto.h b/arch/arm/include/asm/arch-mx5/sys_proto.h
index 14f5d94..de19c45 100644
--- a/arch/arm/include/asm/arch-mx5/sys_proto.h
+++ b/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_ */