diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-16 05:07:49 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-24 04:07:15 -0500 |
commit | e835d88e71f54c048a8cc907cc34084f1dd5846b (patch) | |
tree | 15226eee09dc507c71aeb5e1e8263946dbc383b1 /arch/arm/mach-mx2/mach-mx27ads.c | |
parent | 111588f8304b7e13f107bd4c590e8d3939ad907d (diff) |
arm/imx: let platform files include the SoC-specific iomux header
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/mach-mx27ads.c')
-rw-r--r-- | arch/arm/mach-mx2/mach-mx27ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mach-mx27ads.c b/arch/arm/mach-mx2/mach-mx27ads.c index 721f5c7afa35..6ce323669e58 100644 --- a/arch/arm/mach-mx2/mach-mx27ads.c +++ b/arch/arm/mach-mx2/mach-mx27ads.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <asm/mach/map.h> | 33 | #include <asm/mach/map.h> |
34 | #include <mach/gpio.h> | 34 | #include <mach/gpio.h> |
35 | #include <mach/imx-uart.h> | 35 | #include <mach/imx-uart.h> |
36 | #include <mach/iomux.h> | 36 | #include <mach/iomux-mx27.h> |
37 | #include <mach/board-mx27ads.h> | 37 | #include <mach/board-mx27ads.h> |
38 | #include <mach/mxc_nand.h> | 38 | #include <mach/mxc_nand.h> |
39 | #include <mach/i2c.h> | 39 | #include <mach/i2c.h> |