From: Stefano Babic Date: Wed, 25 Jun 2014 10:48:06 +0000 (+0200) Subject: vf610: fix build due to missing sys_proto.h X-Git-Tag: v2014.07~5^2~10 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=5d2ad2bc33e3a568409ebae8afba50a2b782d1be vf610: fix build due to missing sys_proto.h commit 67a04ab3ab8522a3a34491853e46105317580df5 fix the build for MX25. The same error happens for VF610 SOC. Signed-off-by: Stefano Babic --- diff --git a/arch/arm/imx-common/iomux-v3.c b/arch/arm/imx-common/iomux-v3.c index c090b308b2..22cd11aa04 100644 --- a/arch/arm/imx-common/iomux-v3.c +++ b/arch/arm/imx-common/iomux-v3.c @@ -11,7 +11,7 @@ #include #include #include -#ifndef CONFIG_MX25 +#if !defined(CONFIG_MX25) && !defined(CONFIG_VF610) #include #endif #include