summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Long <dave.long@linaro.org>2012-03-20 11:31:36 -0400
committerAndy Green <andy.green@linaro.org>2012-06-20 10:27:51 +0800
commitceccdc0518625fbfd74af3cda9e9bf686097585a (patch)
tree97418fe36b57189a27fc1e0adbdfdc94421c8cfc
parent3acc7bb7cc85edd3d2929359afac54f4588fb3d4 (diff)
Find declaration/reference ordertracking-topic-omap54xx-pm
Move twd_evt declaration up to before its first use. Signed-off-by: David A. Long <dave.long@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 f4fae83db19..ab493697d6a 100644
--- a/arch/arm/kernel/smp_twd.c
+++ b/arch/arm/kernel/smp_twd.c
@@ -237,8 +237,6 @@ static struct clk *twd_get_clock(void)
extern void smp_timer_broadcast(const struct cpumask *mask);
-static struct clock_event_device __percpu **twd_evt;
-
/*
* Setup the local clock events for a CPU.
*/