From 261f6f681ced65de82a619f6802ebe82fd9af080 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 15 Feb 2010 21:18:43 +0100 Subject: [PATCH] arm/mx25: don't include iomux.h which is for iomux-v1 machines MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- arch/arm/mach-mx25/mach-mx25pdk.c | 2 +- arch/arm/plat-mxc/include/mach/iomux.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/mach-mx25/mach-mx25pdk.c b/arch/arm/mach-mx25/mach-mx25pdk.c index 10be38eb82a..cb85e2e7961 100644 --- a/arch/arm/mach-mx25/mach-mx25pdk.c +++ b/arch/arm/mach-mx25/mach-mx25pdk.c @@ -36,7 +36,7 @@ #include #include #include "devices.h" -#include +#include static struct imxuart_platform_data uart_pdata = { .flags = IMXUART_HAVE_RTSCTS, diff --git a/arch/arm/plat-mxc/include/mach/iomux.h b/arch/arm/plat-mxc/include/mach/iomux.h index e15d28aaab8..8b2467f300b 100644 --- a/arch/arm/plat-mxc/include/mach/iomux.h +++ b/arch/arm/plat-mxc/include/mach/iomux.h @@ -109,10 +109,6 @@ #include #endif #endif -#ifdef CONFIG_ARCH_MX25 -#include -#endif - /* decode irq number to use with IMR(x), ISR(x) and friends */ #define IRQ_TO_REG(irq) ((irq - MXC_INTERNAL_IRQS) >> 5) -- 2.11.4.GIT