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/include/mach/iomux-mx1.h | |
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/include/mach/iomux-mx1.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/iomux-mx1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx1.h b/arch/arm/plat-mxc/include/mach/iomux-mx1.h index d29a7b3..6b1507c 100644 --- a/arch/arm/plat-mxc/include/mach/iomux-mx1.h +++ b/arch/arm/plat-mxc/include/mach/iomux-mx1.h @@ -18,9 +18,7 @@ #ifndef __MACH_IOMUX_MX1_H__ #define __MACH_IOMUX_MX1_H__ -#ifndef GPIO_PORTA -#error Please include mach/iomux.h -#endif +#include <mach/iomux-v1.h> #define PA0_AIN_SPI2_CLK (GPIO_PORTA | GPIO_AIN | GPIO_OUT | 0) #define PA0_AF_ETMTRACESYNC (GPIO_PORTA | GPIO_AF | 0) |