MX25: fix build due to missing sys_proto.h
[oweals/u-boot.git] / arch / arm / imx-common / iomux-v3.c
index 306183a70ec9159ecba00071334a436b866a1dcb..c090b308b2c1f50d4c993dc410c3f77fe0c8e784 100644 (file)
@@ -11,7 +11,9 @@
 #include <common.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
+#ifndef CONFIG_MX25
 #include <asm/arch/sys_proto.h>
+#endif
 #include <asm/imx-common/iomux-v3.h>
 
 static void *base = (void *)IOMUXC_BASE_ADDR;