diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-bug.c')
-rw-r--r-- | arch/arm/mach-imx/mach-bug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-bug.c b/arch/arm/mach-imx/mach-bug.c index b98e982918f0..3a39d5aec07a 100644 --- a/arch/arm/mach-imx/mach-bug.c +++ b/arch/arm/mach-imx/mach-bug.c | |||
@@ -19,14 +19,13 @@ | |||
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | 21 | ||
22 | #include <mach/hardware.h> | ||
23 | |||
24 | #include <asm/mach/time.h> | 22 | #include <asm/mach/time.h> |
25 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
26 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
27 | 25 | ||
28 | #include "common.h" | 26 | #include "common.h" |
29 | #include "devices-imx31.h" | 27 | #include "devices-imx31.h" |
28 | #include "hardware.h" | ||
30 | #include "iomux-mx3.h" | 29 | #include "iomux-mx3.h" |
31 | 30 | ||
32 | static const struct imxuart_platform_data uart_pdata __initconst = { | 31 | static const struct imxuart_platform_data uart_pdata __initconst = { |