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-mx21ads.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-mx21ads.c')
-rw-r--r-- | arch/arm/mach-mx2/mach-mx21ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mach-mx21ads.c b/arch/arm/mach-mx2/mach-mx21ads.c index 393bc075c526..113e58d7cb40 100644 --- a/arch/arm/mach-mx2/mach-mx21ads.c +++ b/arch/arm/mach-mx2/mach-mx21ads.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <asm/mach/map.h> | 30 | #include <asm/mach/map.h> |
31 | #include <mach/imx-uart.h> | 31 | #include <mach/imx-uart.h> |
32 | #include <mach/imxfb.h> | 32 | #include <mach/imxfb.h> |
33 | #include <mach/iomux.h> | 33 | #include <mach/iomux-mx21.h> |
34 | #include <mach/mxc_nand.h> | 34 | #include <mach/mxc_nand.h> |
35 | #include <mach/mmc.h> | 35 | #include <mach/mmc.h> |
36 | #include <mach/board-mx21ads.h> | 36 | #include <mach/board-mx21ads.h> |