summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx5
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-11-07 11:34:16 +0100
committerStefano Babic <sbabic@denx.de>2017-11-09 11:32:49 +0100
commite895e996abe87b01560459148404e0a769b4864e (patch)
tree4cb2e0e44f6cc1eb108fad7fe4a6fdf0ef067313 /arch/arm/include/asm/arch-mx5
parent90d0e38c1e62667600d24a7befcb7ae4eaedce2b (diff)
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/arm/include/asm/arch-mx5')
-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 14f5d948c9..de19c45e09 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_ */