aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/iomux-v1.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-15 21:52:34 +0100
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 10:07:15 +0100
commit111588f8304b7e13f107bd4c590e8d3939ad907d (patch)
tree3219b13ca6f3fcad6e79ad32c645af84facb2300 /arch/arm/plat-mxc/iomux-v1.c
parentarm/mx25: don't include iomux.h which is for iomux-v1 machines (diff)
downloadlinux-dev-111588f8304b7e13f107bd4c590e8d3939ad907d.tar.xz
linux-dev-111588f8304b7e13f107bd4c590e8d3939ad907d.zip
arm/imx/iomux-v1: rename header file
Addionally make iomux-mx*.h headers stand-alone and similar to iomux-v3 platform files should include their platform iomux header from now on. For now iomux.h simply includes all iomux-v1 platform headers and so provides compatibility until all files are converted. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/iomux-v1.c')
-rw-r--r--arch/arm/plat-mxc/iomux-v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/iomux-v1.c b/arch/arm/plat-mxc/iomux-v1.c
index aeaf2951579a..5798b35b6cb9 100644
--- a/arch/arm/plat-mxc/iomux-v1.c
+++ b/arch/arm/plat-mxc/iomux-v1.c
@@ -30,7 +30,7 @@
#include <mach/hardware.h>
#include <asm/mach/map.h>
-#include <mach/iomux.h>
+#include <mach/iomux-v1.h>
static void __iomem *imx_iomuxv1_baseaddr;