summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-08-26 10:28:17 +0100
committerAndy Green <andy.green@linaro.org>2011-08-26 10:28:17 +0100
commit45985a74c3e1157964c286b500b2d62eb78ee04e (patch)
treede9caa7b3eb2e546a965204b0e82a496015d73d3
parent58ee5213c35cf76f569e71ad54ad186144720b58 (diff)
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/kernel/smp_twd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c
index 6959209b4d3..f79aced639d 100644
--- a/arch/arm/kernel/smp_twd.c
+++ b/arch/arm/kernel/smp_twd.c
@@ -204,6 +204,4 @@ void __cpuinit twd_timer_setup(struct clock_event_device *clk)
gic_enable_ppi(clk->irq);
__get_cpu_var(twd_ce) = clk;
-
- clockevents_register_device(clk);
}