diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index 731235eb319e..d8638b3b4f94 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -40,9 +40,8 @@ | |||
40 | #include <asm/mach/flash.h> | 40 | #include <asm/mach/flash.h> |
41 | 41 | ||
42 | #include "common.h" | 42 | #include "common.h" |
43 | #include <plat/gpmc.h> | 43 | #include "gpmc.h" |
44 | #include <linux/platform_data/mtd-nand-omap2.h> | 44 | #include <linux/platform_data/mtd-nand-omap2.h> |
45 | #include <plat/usb.h> | ||
46 | #include <video/omapdss.h> | 45 | #include <video/omapdss.h> |
47 | #include <video/omap-panel-generic-dpi.h> | 46 | #include <video/omap-panel-generic-dpi.h> |
48 | #include <video/omap-panel-tfp410.h> | 47 | #include <video/omap-panel-tfp410.h> |
@@ -428,5 +427,5 @@ MACHINE_START(SBC3530, "OMAP3 STALKER") | |||
428 | .init_machine = omap3_stalker_init, | 427 | .init_machine = omap3_stalker_init, |
429 | .init_late = omap35xx_init_late, | 428 | .init_late = omap35xx_init_late, |
430 | .timer = &omap3_secure_timer, | 429 | .timer = &omap3_secure_timer, |
431 | .restart = omap_prcm_restart, | 430 | .restart = omap3xxx_restart, |
432 | MACHINE_END | 431 | MACHINE_END |