diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-osk.c')
-rw-r--r-- | arch/arm/mach-omap1/board-osk.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index ef874655fbd3..1fe347396f4d 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
@@ -35,15 +35,11 @@ | |||
35 | #include <linux/leds.h> | 35 | #include <linux/leds.h> |
36 | #include <linux/smc91x.h> | 36 | #include <linux/smc91x.h> |
37 | #include <linux/omapfb.h> | 37 | #include <linux/omapfb.h> |
38 | |||
39 | #include <linux/mtd/mtd.h> | 38 | #include <linux/mtd/mtd.h> |
40 | #include <linux/mtd/partitions.h> | 39 | #include <linux/mtd/partitions.h> |
41 | #include <linux/mtd/physmap.h> | 40 | #include <linux/mtd/physmap.h> |
42 | |||
43 | #include <linux/i2c/tps65010.h> | 41 | #include <linux/i2c/tps65010.h> |
44 | 42 | ||
45 | #include <mach/hardware.h> | ||
46 | |||
47 | #include <asm/mach-types.h> | 43 | #include <asm/mach-types.h> |
48 | #include <asm/mach/arch.h> | 44 | #include <asm/mach/arch.h> |
49 | #include <asm/mach/map.h> | 45 | #include <asm/mach/map.h> |
@@ -52,6 +48,9 @@ | |||
52 | #include <plat/usb.h> | 48 | #include <plat/usb.h> |
53 | #include <plat/mux.h> | 49 | #include <plat/mux.h> |
54 | #include <plat/tc.h> | 50 | #include <plat/tc.h> |
51 | |||
52 | #include <mach/hardware.h> | ||
53 | |||
55 | #include "common.h" | 54 | #include "common.h" |
56 | 55 | ||
57 | /* At OMAP5912 OSK the Ethernet is directly connected to CS1 */ | 56 | /* At OMAP5912 OSK the Ethernet is directly connected to CS1 */ |