projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d0e38
)
imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
author
Lukasz Majewski
<lukma@denx.de>
Tue, 7 Nov 2017 10:34:16 +0000
(11:34 +0100)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx5/sys_proto.h
b/arch/arm/include/asm/arch-mx5/sys_proto.h
index 14f5d948c9f65ddaf0cae4f30389caf3f1187173..de19c45e0980a99870355ca0e64c49cbdace7d5e 100644
(file)
--- 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_ */