diff options
author | Tony Lindgren <tony@atomide.com> | 2011-03-29 18:54:49 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-06-27 15:14:01 -0400 |
commit | 0c336dc5ec492886620d4afdc252c63f32adbd0e (patch) | |
tree | 3d2a793b30a6c979bafd688896c634ea3d0d835a /arch/arm/mach-omap2/board-omap3beagle.c | |
parent | 3d05a3e80c44cb792fc8194fd9abdb431dea5420 (diff) |
omap2+: Remove omap2_gp_clockevent_set_gptimer
This is no longer needed as we now just set the desired
.timer in MACHINE_START. We can now also remove timer-gp.h.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 3d416549936a..5a830dfe2ad9 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -50,7 +50,6 @@ | |||
50 | 50 | ||
51 | #include "mux.h" | 51 | #include "mux.h" |
52 | #include "hsmmc.h" | 52 | #include "hsmmc.h" |
53 | #include "timer-gp.h" | ||
54 | #include "pm.h" | 53 | #include "pm.h" |
55 | #include "common-board-devices.h" | 54 | #include "common-board-devices.h" |
56 | 55 | ||
@@ -487,9 +486,6 @@ static void __init omap3_beagle_init_early(void) | |||
487 | static void __init omap3_beagle_init_irq(void) | 486 | static void __init omap3_beagle_init_irq(void) |
488 | { | 487 | { |
489 | omap3_init_irq(); | 488 | omap3_init_irq(); |
490 | #ifdef CONFIG_OMAP_32K_TIMER | ||
491 | omap2_gp_clockevent_set_gptimer(12); | ||
492 | #endif | ||
493 | } | 489 | } |
494 | 490 | ||
495 | static struct platform_device *omap3_beagle_devices[] __initdata = { | 491 | static struct platform_device *omap3_beagle_devices[] __initdata = { |