diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-16 11:07:49 +0100 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-24 10:07:15 +0100 |
commit | e835d88e71f54c048a8cc907cc34084f1dd5846b (patch) | |
tree | 15226eee09dc507c71aeb5e1e8263946dbc383b1 /arch/arm/mach-mx2/mach-pcm038.c | |
parent | 111588f8304b7e13f107bd4c590e8d3939ad907d (diff) | |
download | talos-obmc-linux-e835d88e71f54c048a8cc907cc34084f1dd5846b.tar.gz talos-obmc-linux-e835d88e71f54c048a8cc907cc34084f1dd5846b.zip |
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-pcm038.c')
-rw-r--r-- | arch/arm/mach-mx2/mach-pcm038.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mach-pcm038.c b/arch/arm/mach-mx2/mach-pcm038.c index 2290195f852c..809392b62ded 100644 --- a/arch/arm/mach-mx2/mach-pcm038.c +++ b/arch/arm/mach-mx2/mach-pcm038.c @@ -36,7 +36,7 @@ #include <mach/common.h> #include <mach/hardware.h> #include <mach/i2c.h> -#include <mach/iomux.h> +#include <mach/iomux-mx27.h> #include <mach/imx-uart.h> #include <mach/mxc_nand.h> #include <mach/spi.h> |