From 261f6f681ced65de82a619f6802ebe82fd9af080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Mon, 15 Feb 2010 21:18:43 +0100 Subject: arm/mx25: don't include iomux.h which is for iomux-v1 machines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König --- arch/arm/plat-mxc/include/mach/iomux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/arm/plat-mxc') 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) -- cgit v1.2.3