提交 3c9210bd 编写于 作者: S Sachin Kamat 提交者: Mike Turquette

clk: SPEAr: Staticize clk_frac_ops

clk_frac_ops is local to this file. Make it static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NMike Turquette <mturquette@linaro.org>
上级 1459c837
...@@ -116,7 +116,7 @@ static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate, ...@@ -116,7 +116,7 @@ static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate,
return 0; return 0;
} }
struct clk_ops clk_frac_ops = { static struct clk_ops clk_frac_ops = {
.recalc_rate = clk_frac_recalc_rate, .recalc_rate = clk_frac_recalc_rate,
.round_rate = clk_frac_round_rate, .round_rate = clk_frac_round_rate,
.set_rate = clk_frac_set_rate, .set_rate = clk_frac_set_rate,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册