[RFC PATCHv2 02/20] ARM: omap2: remove stubbed twd_timer_setup call
Marc Zyngier
marc.zyngier at arm.com
Tue Mar 15 11:12:45 EDT 2011
Cc: Tony Lindgren <tony at atomide.com>
Signed-off-by: Marc Zyngier <marc.zyngier at arm.com>
---
arch/arm/mach-omap2/timer-mpu.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/timer-mpu.c b/arch/arm/mach-omap2/timer-mpu.c
index 31c0ac4..02feaff 100644
--- a/arch/arm/mach-omap2/timer-mpu.c
+++ b/arch/arm/mach-omap2/timer-mpu.c
@@ -17,10 +17,8 @@
* published by the Free Software Foundation.
*/
#include <linux/init.h>
-#include <linux/smp.h>
#include <linux/clockchips.h>
#include <asm/irq.h>
-#include <asm/smp_twd.h>
#include <asm/localtimer.h>
/*
@@ -33,7 +31,6 @@ int __cpuinit local_timer_setup(struct clock_event_device *evt)
return -ENXIO;
evt->irq = OMAP44XX_IRQ_LOCALTIMER;
- twd_timer_setup(evt);
return 0;
}
--
1.7.0.4
More information about the linux-arm-kernel
mailing list