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

clk: SPEAr: Staticize clk_frac_ops

clk_frac_ops is local to this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Sachin Kamat and committed by
Mike Turquette
3c9210bd 1459c837

+1 -1
+1 -1
drivers/clk/spear/clk-frac-synth.c
··· 116 116 return 0; 117 117 } 118 118 119 - struct clk_ops clk_frac_ops = { 119 + static struct clk_ops clk_frac_ops = { 120 120 .recalc_rate = clk_frac_recalc_rate, 121 121 .round_rate = clk_frac_round_rate, 122 122 .set_rate = clk_frac_set_rate,