aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-omap3stalker.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3stalker.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c
index 63d12a3df30a..b8ad4dd5bbbf 100644
--- a/arch/arm/mach-omap2/board-omap3stalker.c
+++ b/arch/arm/mach-omap2/board-omap3stalker.c
@@ -52,7 +52,6 @@
52#include "sdram-micron-mt46h32m32lf-6.h" 52#include "sdram-micron-mt46h32m32lf-6.h"
53#include "mux.h" 53#include "mux.h"
54#include "hsmmc.h" 54#include "hsmmc.h"
55#include "timer-gp.h"
56#include "common-board-devices.h" 55#include "common-board-devices.h"
57 56
58#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) 57#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
@@ -491,10 +490,7 @@ static void __init omap3_stalker_init_early(void)
491 490
492static void __init omap3_stalker_init_irq(void) 491static void __init omap3_stalker_init_irq(void)
493{ 492{
494 omap_init_irq(); 493 omap3_init_irq();
495#ifdef CONFIG_OMAP_32K_TIMER
496 omap2_gp_clockevent_set_gptimer(12);
497#endif
498} 494}
499 495
500static struct platform_device *omap3_stalker_devices[] __initdata = { 496static struct platform_device *omap3_stalker_devices[] __initdata = {
@@ -557,5 +553,5 @@ MACHINE_START(SBC3530, "OMAP3 STALKER")
557 .init_early = omap3_stalker_init_early, 553 .init_early = omap3_stalker_init_early,
558 .init_irq = omap3_stalker_init_irq, 554 .init_irq = omap3_stalker_init_irq,
559 .init_machine = omap3_stalker_init, 555 .init_machine = omap3_stalker_init,
560 .timer = &omap_timer, 556 .timer = &omap3_secure_timer,
561MACHINE_END 557MACHINE_END