diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-15 15:18:43 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-24 04:07:14 -0500 |
commit | 261f6f681ced65de82a619f6802ebe82fd9af080 (patch) | |
tree | 870d9f6b1f71687fcbba4e5ec56789d14e0c6dec /arch/arm/plat-mxc | |
parent | 2f6c97c48e727d1bbd3131527380da19161f6f5f (diff) |
arm/mx25: don't include iomux.h which is for iomux-v1 machines
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/iomux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux.h b/arch/arm/plat-mxc/include/mach/iomux.h index e15d28aaab83..8b2467f300b0 100644 --- a/arch/arm/plat-mxc/include/mach/iomux.h +++ b/arch/arm/plat-mxc/include/mach/iomux.h | |||
@@ -109,10 +109,6 @@ | |||
109 | #include <mach/iomux-mx27.h> | 109 | #include <mach/iomux-mx27.h> |
110 | #endif | 110 | #endif |
111 | #endif | 111 | #endif |
112 | #ifdef CONFIG_ARCH_MX25 | ||
113 | #include <mach/iomux-mx25.h> | ||
114 | #endif | ||
115 | |||
116 | 112 | ||
117 | /* decode irq number to use with IMR(x), ISR(x) and friends */ | 113 | /* decode irq number to use with IMR(x), ISR(x) and friends */ |
118 | #define IRQ_TO_REG(irq) ((irq - MXC_INTERNAL_IRQS) >> 5) | 114 | #define IRQ_TO_REG(irq) ((irq - MXC_INTERNAL_IRQS) >> 5) |