diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3logic.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3logic.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap3logic.c b/arch/arm/mach-omap2/board-omap3logic.c index 7bd8253b5d1d..2a065ba6eb58 100644 --- a/arch/arm/mach-omap2/board-omap3logic.c +++ b/arch/arm/mach-omap2/board-omap3logic.c | |||
| @@ -34,16 +34,13 @@ | |||
| 34 | #include <asm/mach/arch.h> | 34 | #include <asm/mach/arch.h> |
| 35 | #include <asm/mach/map.h> | 35 | #include <asm/mach/map.h> |
| 36 | 36 | ||
| 37 | #include "gpmc-smsc911x.h" | ||
| 38 | #include <plat/gpmc.h> | ||
| 39 | #include <plat/sdrc.h> | ||
| 40 | #include <plat/usb.h> | ||
| 41 | |||
| 42 | #include "common.h" | 37 | #include "common.h" |
| 43 | #include "mux.h" | 38 | #include "mux.h" |
| 44 | #include "hsmmc.h" | 39 | #include "hsmmc.h" |
| 45 | #include "control.h" | 40 | #include "control.h" |
| 46 | #include "common-board-devices.h" | 41 | #include "common-board-devices.h" |
| 42 | #include "gpmc.h" | ||
| 43 | #include "gpmc-smsc911x.h" | ||
| 47 | 44 | ||
| 48 | #define OMAP3LOGIC_SMSC911X_CS 1 | 45 | #define OMAP3LOGIC_SMSC911X_CS 1 |
| 49 | 46 | ||
| @@ -235,7 +232,7 @@ MACHINE_START(OMAP3_TORPEDO, "Logic OMAP3 Torpedo board") | |||
| 235 | .init_machine = omap3logic_init, | 232 | .init_machine = omap3logic_init, |
| 236 | .init_late = omap35xx_init_late, | 233 | .init_late = omap35xx_init_late, |
| 237 | .timer = &omap3_timer, | 234 | .timer = &omap3_timer, |
| 238 | .restart = omap_prcm_restart, | 235 | .restart = omap3xxx_restart, |
| 239 | MACHINE_END | 236 | MACHINE_END |
| 240 | 237 | ||
| 241 | MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board") | 238 | MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board") |
| @@ -248,5 +245,5 @@ MACHINE_START(OMAP3530_LV_SOM, "OMAP Logic 3530 LV SOM board") | |||
| 248 | .init_machine = omap3logic_init, | 245 | .init_machine = omap3logic_init, |
| 249 | .init_late = omap35xx_init_late, | 246 | .init_late = omap35xx_init_late, |
| 250 | .timer = &omap3_timer, | 247 | .timer = &omap3_timer, |
| 251 | .restart = omap_prcm_restart, | 248 | .restart = omap3xxx_restart, |
| 252 | MACHINE_END | 249 | MACHINE_END |
