diff options
author | Lukasz Majewski | 2017-11-07 11:34:16 +0100 |
---|---|---|
committer | Stefano Babic | 2017-11-09 11:32:49 +0100 |
commit | e895e996abe87b01560459148404e0a769b4864e (patch) | |
tree | 4cb2e0e44f6cc1eb108fad7fe4a6fdf0ef067313 /arch | |
parent | 90d0e38c1e62667600d24a7befcb7ae4eaedce2b (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')
-rw-r--r-- | arch/arm/include/asm/arch-mx5/sys_proto.h | 4 |
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 14f5d948c9f..de19c45e098 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_ */ |