diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-13 23:26:46 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-01 09:58:41 -0400 |
commit | 69fcbc74bb7a8b3c86e15f27b74ee512633ffcc6 (patch) | |
tree | 2ebca77aac64b7533271ca79a6a2fd116e1c5582 /arch/arm/mach-imx/mm-imx21.c | |
parent | 6387f8fcb6974499c3e179d3b0f369e62969300f (diff) |
ARM: imx: remove unneeded mach/irq.h inclusion
Remove unneeded mach/irq.h inclusion from imx platform code.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mm-imx21.c')
-rw-r--r-- | arch/arm/mach-imx/mm-imx21.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mm-imx21.c b/arch/arm/mach-imx/mm-imx21.c index 5f43905e5290..d056dad0940d 100644 --- a/arch/arm/mach-imx/mm-imx21.c +++ b/arch/arm/mach-imx/mm-imx21.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <mach/devices-common.h> | 26 | #include <mach/devices-common.h> |
27 | #include <asm/pgtable.h> | 27 | #include <asm/pgtable.h> |
28 | #include <asm/mach/map.h> | 28 | #include <asm/mach/map.h> |
29 | #include <mach/irqs.h> | ||
30 | #include <mach/iomux-v1.h> | 29 | #include <mach/iomux-v1.h> |
31 | 30 | ||
32 | /* MX21 memory map definition */ | 31 | /* MX21 memory map definition */ |