]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm/mx25: don't include iomux.h which is for iomux-v1 machines
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 15 Feb 2010 20:18:43 +0000 (21:18 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 24 Feb 2010 09:07:14 +0000 (10:07 +0100)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/mach-mx25/mach-mx25pdk.c
arch/arm/plat-mxc/include/mach/iomux.h

index 10be38eb82a88e8b86865ab694fb69788f752868..cb85e2e7961aa45fc24db62a6aad459981d36bef 100644 (file)
@@ -36,7 +36,7 @@
 #include <mach/mx25.h>
 #include <mach/mxc_nand.h>
 #include "devices.h"
-#include <mach/iomux.h>
+#include <mach/iomux-mx25.h>
 
 static struct imxuart_platform_data uart_pdata = {
        .flags = IMXUART_HAVE_RTSCTS,
index e15d28aaab836f6193e4e042fc419a94c8609557..8b2467f300b0e5cec6915405381596a1f1bb70d6 100644 (file)
 #include <mach/iomux-mx27.h>
 #endif
 #endif
-#ifdef CONFIG_ARCH_MX25
-#include <mach/iomux-mx25.h>
-#endif
-
 
 /* decode irq number to use with IMR(x), ISR(x) and friends */
 #define IRQ_TO_REG(irq) ((irq - MXC_INTERNAL_IRQS) >> 5)