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-Tag: v2025.01-rc5-pxa1908~5420^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=e895e996abe87b01560459148404e0a769b4864e;p=u-boot.git 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_ */