[PATCH v1 04/18] ARM: exynos4: remove stubbed twd_timer_setup call
Marc Zyngier
marc.zyngier at arm.com
Fri Jun 3 10:57:19 EDT 2011
Cc: Kukjin Kim <kgene.kim at samsung.com>
Signed-off-by: Marc Zyngier <marc.zyngier at arm.com>
---
arch/arm/mach-exynos4/localtimer.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-exynos4/localtimer.c b/arch/arm/mach-exynos4/localtimer.c
index 315de6f..6184e29 100644
--- a/arch/arm/mach-exynos4/localtimer.c
+++ b/arch/arm/mach-exynos4/localtimer.c
@@ -22,6 +22,5 @@
int __cpuinit local_timer_setup(struct clock_event_device *evt)
{
evt->irq = gic_ppi_to_vppi(IRQ_LOCALTIMER);
- twd_timer_setup(evt);
return 0;
}
--
1.7.0.4
More information about the linux-arm-kernel
mailing list