From: Thierry Reding Date: Mon, 15 Dec 2014 15:59:20 +0000 (+0100) Subject: clocksource: sirf: Remove unused variable X-Git-Tag: fixes-v4.0-rc1~92^2^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=d072c9658c3c2aa204c22e3ef27a0db6b4e3befa 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 Signed-off-by: Daniel Lezcano --- 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) /* initialize the kernel jiffy timer source */ static void __init sirfsoc_marco_timer_init(struct device_node *np) { - u32 timer_div; struct clk *clk; clk = of_clk_get(np, 0);