Skip to content

Commit

Permalink
clocksource: sirf: Remove unused variable
Browse files Browse the repository at this point in the history
Commit ef89af1 ("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>
  • Loading branch information
Thierry Reding authored and Daniel Lezcano committed Jan 25, 2015
1 parent 9bc7491 commit d072c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clocksource/timer-marco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d072c96

Please sign in to comment.