diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index 04981f9b2e42..807c27406792 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -428,11 +428,6 @@ static int __init omap3_stalker_i2c_init(void) | |||
428 | static struct omap_board_config_kernel omap3_stalker_config[] __initdata = { | 428 | static struct omap_board_config_kernel omap3_stalker_config[] __initdata = { |
429 | }; | 429 | }; |
430 | 430 | ||
431 | static void __init omap3_stalker_init_early(void) | ||
432 | { | ||
433 | omap2_init_common_infrastructure(); | ||
434 | } | ||
435 | |||
436 | static void __init omap3_stalker_init_irq(void) | 431 | static void __init omap3_stalker_init_irq(void) |
437 | { | 432 | { |
438 | omap3_init_irq(); | 433 | omap3_init_irq(); |
@@ -496,7 +491,7 @@ MACHINE_START(SBC3530, "OMAP3 STALKER") | |||
496 | /* Maintainer: Jason Lam -lzg@ema-tech.com */ | 491 | /* Maintainer: Jason Lam -lzg@ema-tech.com */ |
497 | .boot_params = 0x80000100, | 492 | .boot_params = 0x80000100, |
498 | .map_io = omap3_map_io, | 493 | .map_io = omap3_map_io, |
499 | .init_early = omap3_stalker_init_early, | 494 | .init_early = omap35xx_init_early, |
500 | .init_irq = omap3_stalker_init_irq, | 495 | .init_irq = omap3_stalker_init_irq, |
501 | .init_machine = omap3_stalker_init, | 496 | .init_machine = omap3_stalker_init, |
502 | .timer = &omap3_secure_timer, | 497 | .timer = &omap3_secure_timer, |