diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-15 10:59:20 -0500 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-01-25 16:32:31 -0500 |
commit | d072c9658c3c2aa204c22e3ef27a0db6b4e3befa (patch) | |
tree | 92c29a8cb57ff9fb91f1eae97dbf513d57637811 /drivers/clocksource | |
parent | 9bc7491906b4113b4c5ae442157c7dfc4e10cd14 (diff) |
clocksource: sirf: Remove unused variable
Commit ef89af1f4380 ("clocksource: sirf: Remove hard-coded clock rate")
removes all uses of the timer_div variable. Since the variable is no
longer used it should be removed.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/timer-marco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-marco.c b/drivers/clocksource/timer-marco.c index 361a789d4bee..3ddb81f7ee66 100644 --- a/drivers/clocksource/timer-marco.c +++ b/drivers/clocksource/timer-marco.c | |||
@@ -257,7 +257,6 @@ static void __init sirfsoc_clockevent_init(void) | |||
257 | /* initialize the kernel jiffy timer source */ | 257 | /* initialize the kernel jiffy timer source */ |
258 | static void __init sirfsoc_marco_timer_init(struct device_node *np) | 258 | static void __init sirfsoc_marco_timer_init(struct device_node *np) |
259 | { | 259 | { |
260 | u32 timer_div; | ||
261 | struct clk *clk; | 260 | struct clk *clk; |
262 | 261 | ||
263 | clk = of_clk_get(np, 0); | 262 | clk = of_clk_get(np, 0); |