diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-15 21:52:34 +0100 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-02-24 10:07:15 +0100 |
commit | 111588f8304b7e13f107bd4c590e8d3939ad907d (patch) | |
tree | 3219b13ca6f3fcad6e79ad32c645af84facb2300 /arch/arm/plat-mxc/iomux-v1.c | |
parent | 261f6f681ced65de82a619f6802ebe82fd9af080 (diff) | |
download | op-kernel-dev-111588f8304b7e13f107bd4c590e8d3939ad907d.zip op-kernel-dev-111588f8304b7e13f107bd4c590e8d3939ad907d.tar.gz |
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.c | 2 |
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 aeaf295..5798b35 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; |