From: Lukasz Majewski Date: Tue, 7 Nov 2017 10:34:16 +0000 (+0100) Subject: imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=e895e996abe87b01560459148404e0a769b4864e imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file Signed-off-by: Lukasz Majewski --- 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 + +#endif /* __SYS_PROTO_IMX5_ */