Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thierry Reding and committed by
Daniel Lezcano
d072c965 9bc74919

-1
-1
drivers/clocksource/timer-marco.c
··· 257 257 /* initialize the kernel jiffy timer source */ 258 258 static void __init sirfsoc_marco_timer_init(struct device_node *np) 259 259 { 260 - u32 timer_div; 261 260 struct clk *clk; 262 261 263 262 clk = of_clk_get(np, 0);