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 37fff6188a24..288a920ad648 100644 --- a/arch/arm/mach-imx/mach-vpr200.c +++ b/arch/arm/mach-imx/mach-vpr200.c | |||
@@ -29,12 +29,12 @@ | |||
29 | #include <asm/mach/time.h> | 29 | #include <asm/mach/time.h> |
30 | 30 | ||
31 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
32 | #include <mach/common.h> | ||
33 | 32 | ||
34 | #include <linux/i2c.h> | 33 | #include <linux/i2c.h> |
35 | #include <linux/i2c/at24.h> | 34 | #include <linux/i2c/at24.h> |
36 | #include <linux/mfd/mc13xxx.h> | 35 | #include <linux/mfd/mc13xxx.h> |
37 | 36 | ||
37 | #include "common.h" | ||
38 | #include "devices-imx35.h" | 38 | #include "devices-imx35.h" |
39 | #include "iomux-mx35.h" | 39 | #include "iomux-mx35.h" |
40 | 40 | ||