diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-vpr200.c')
-rw-r--r-- | arch/arm/mach-imx/mach-vpr200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-vpr200.c b/arch/arm/mach-imx/mach-vpr200.c index 39eb7960e2a4..37fff6188a24 100644 --- a/arch/arm/mach-imx/mach-vpr200.c +++ b/arch/arm/mach-imx/mach-vpr200.c | |||
@@ -30,13 +30,13 @@ | |||
30 | 30 | ||
31 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
32 | #include <mach/common.h> | 32 | #include <mach/common.h> |
33 | #include <mach/iomux-mx35.h> | ||
34 | 33 | ||
35 | #include <linux/i2c.h> | 34 | #include <linux/i2c.h> |
36 | #include <linux/i2c/at24.h> | 35 | #include <linux/i2c/at24.h> |
37 | #include <linux/mfd/mc13xxx.h> | 36 | #include <linux/mfd/mc13xxx.h> |
38 | 37 | ||
39 | #include "devices-imx35.h" | 38 | #include "devices-imx35.h" |
39 | #include "iomux-mx35.h" | ||
40 | 40 | ||
41 | #define GPIO_LCDPWR IMX_GPIO_NR(1, 2) | 41 | #define GPIO_LCDPWR IMX_GPIO_NR(1, 2) |
42 | #define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) | 42 | #define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |