diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31moboard.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index 6c2e058b9a74..955275bbbc8a 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c | |||
@@ -42,12 +42,12 @@ | |||
42 | #include <asm/mach/time.h> | 42 | #include <asm/mach/time.h> |
43 | #include <asm/mach/map.h> | 43 | #include <asm/mach/map.h> |
44 | #include <asm/memblock.h> | 44 | #include <asm/memblock.h> |
45 | #include <mach/common.h> | ||
46 | #include <mach/hardware.h> | 45 | #include <mach/hardware.h> |
47 | #include <mach/ulpi.h> | 46 | #include <mach/ulpi.h> |
48 | #include <linux/platform_data/asoc-imx-ssi.h> | 47 | #include <linux/platform_data/asoc-imx-ssi.h> |
49 | 48 | ||
50 | #include "board-mx31moboard.h" | 49 | #include "board-mx31moboard.h" |
50 | #include "common.h" | ||
51 | #include "devices-imx31.h" | 51 | #include "devices-imx31.h" |
52 | #include "iomux-mx3.h" | 52 | #include "iomux-mx3.h" |
53 | 53 | ||