diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-osk.c')
-rw-r--r-- | arch/arm/mach-omap1/board-osk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index 5973945a8741..872ea47cd28a 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | #include <mach/flash.h> | 49 | #include <mach/flash.h> |
50 | #include <mach/mux.h> | 50 | #include <mach/mux.h> |
51 | #include <plat/tc.h> | 51 | #include <mach/tc.h> |
52 | 52 | ||
53 | #include <mach/hardware.h> | 53 | #include <mach/hardware.h> |
54 | #include <mach/usb.h> | 54 | #include <mach/usb.h> |
@@ -606,7 +606,6 @@ MACHINE_START(OMAP_OSK, "TI-OSK") | |||
606 | .atag_offset = 0x100, | 606 | .atag_offset = 0x100, |
607 | .map_io = omap16xx_map_io, | 607 | .map_io = omap16xx_map_io, |
608 | .init_early = omap1_init_early, | 608 | .init_early = omap1_init_early, |
609 | .reserve = omap_reserve, | ||
610 | .init_irq = omap1_init_irq, | 609 | .init_irq = omap1_init_irq, |
611 | .init_machine = osk_init, | 610 | .init_machine = osk_init, |
612 | .init_late = omap1_init_late, | 611 | .init_late = omap1_init_late, |