diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 95b384d54f8a..acb0a524ff7b 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -34,8 +34,7 @@ | |||
34 | #include <asm/mach/map.h> | 34 | #include <asm/mach/map.h> |
35 | 35 | ||
36 | #include "common.h" | 36 | #include "common.h" |
37 | #include <plat/gpmc.h> | 37 | #include "gpmc.h" |
38 | #include <plat/usb.h> | ||
39 | #include "gpmc-smc91x.h" | 38 | #include "gpmc-smc91x.h" |
40 | 39 | ||
41 | #include <video/omapdss.h> | 40 | #include <video/omapdss.h> |
@@ -287,5 +286,5 @@ MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") | |||
287 | .init_machine = omap_2430sdp_init, | 286 | .init_machine = omap_2430sdp_init, |
288 | .init_late = omap2430_init_late, | 287 | .init_late = omap2430_init_late, |
289 | .timer = &omap2_timer, | 288 | .timer = &omap2_timer, |
290 | .restart = omap_prcm_restart, | 289 | .restart = omap2xxx_restart, |
291 | MACHINE_END | 290 | MACHINE_END |