diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index c80e2c3a919b..57e6ed34ebbc 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -51,7 +51,6 @@ | |||
51 | 51 | ||
52 | #include "mux.h" | 52 | #include "mux.h" |
53 | #include "hsmmc.h" | 53 | #include "hsmmc.h" |
54 | #include "timer-gp.h" | ||
55 | #include "common-board-devices.h" | 54 | #include "common-board-devices.h" |
56 | 55 | ||
57 | #include <asm/setup.h> | 56 | #include <asm/setup.h> |
@@ -371,10 +370,7 @@ static void __init omap3_touchbook_init_early(void) | |||
371 | 370 | ||
372 | static void __init omap3_touchbook_init_irq(void) | 371 | static void __init omap3_touchbook_init_irq(void) |
373 | { | 372 | { |
374 | omap_init_irq(); | 373 | omap3_init_irq(); |
375 | #ifdef CONFIG_OMAP_32K_TIMER | ||
376 | omap2_gp_clockevent_set_gptimer(12); | ||
377 | #endif | ||
378 | } | 374 | } |
379 | 375 | ||
380 | static struct platform_device *omap3_touchbook_devices[] __initdata = { | 376 | static struct platform_device *omap3_touchbook_devices[] __initdata = { |
@@ -449,5 +445,5 @@ MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") | |||
449 | .init_early = omap3_touchbook_init_early, | 445 | .init_early = omap3_touchbook_init_early, |
450 | .init_irq = omap3_touchbook_init_irq, | 446 | .init_irq = omap3_touchbook_init_irq, |
451 | .init_machine = omap3_touchbook_init, | 447 | .init_machine = omap3_touchbook_init, |
452 | .timer = &omap_timer, | 448 | .timer = &omap3_secure_timer, |
453 | MACHINE_END | 449 | MACHINE_END |