diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
| -rw-r--r-- | arch/arm/mach-omap1/board-sx1.c | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 9c3b7c52d9cf..23326e04d6b9 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c | |||
| @@ -407,24 +407,13 @@ static void __init omap_sx1_init(void) | |||
| 407 | gpio_direction_output(11, 0); /*A_SWITCH = 0 */ | 407 | gpio_direction_output(11, 0); /*A_SWITCH = 0 */ |
| 408 | gpio_direction_output(15, 0); /*A_USB_ON = 0 */ | 408 | gpio_direction_output(15, 0); /*A_USB_ON = 0 */ |
| 409 | } | 409 | } |
| 410 | /*----------------------------------------*/ | ||
| 411 | static void __init omap_sx1_init_irq(void) | ||
| 412 | { | ||
| 413 | omap1_init_common_hw(); | ||
| 414 | omap1_init_irq(); | ||
| 415 | } | ||
| 416 | /*----------------------------------------*/ | ||
| 417 | |||
| 418 | static void __init omap_sx1_map_io(void) | ||
| 419 | { | ||
| 420 | omap1_map_common_io(); | ||
| 421 | } | ||
| 422 | 410 | ||
| 423 | MACHINE_START(SX1, "OMAP310 based Siemens SX1") | 411 | MACHINE_START(SX1, "OMAP310 based Siemens SX1") |
| 424 | .boot_params = 0x10000100, | 412 | .boot_params = 0x10000100, |
| 425 | .map_io = omap_sx1_map_io, | 413 | .map_io = omap15xx_map_io, |
| 414 | .init_early = omap1_init_early, | ||
| 426 | .reserve = omap_reserve, | 415 | .reserve = omap_reserve, |
| 427 | .init_irq = omap_sx1_init_irq, | 416 | .init_irq = omap1_init_irq, |
| 428 | .init_machine = omap_sx1_init, | 417 | .init_machine = omap_sx1_init, |
| 429 | .timer = &omap1_timer, | 418 | .timer = &omap1_timer, |
| 430 | MACHINE_END | 419 | MACHINE_END |
