diff options
-rw-r--r-- | drivers/clk/spear/clk-frac-synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/spear/clk-frac-synth.c b/drivers/clk/spear/clk-frac-synth.c index 958aa3ad1d60..dffd4ce6c8b5 100644 --- a/drivers/clk/spear/clk-frac-synth.c +++ b/drivers/clk/spear/clk-frac-synth.c | |||
@@ -116,7 +116,7 @@ static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate, | |||
116 | return 0; | 116 | return 0; |
117 | } | 117 | } |
118 | 118 | ||
119 | struct clk_ops clk_frac_ops = { | 119 | static struct clk_ops clk_frac_ops = { |
120 | .recalc_rate = clk_frac_recalc_rate, | 120 | .recalc_rate = clk_frac_recalc_rate, |
121 | .round_rate = clk_frac_round_rate, | 121 | .round_rate = clk_frac_round_rate, |
122 | .set_rate = clk_frac_set_rate, | 122 | .set_rate = clk_frac_set_rate, |