diff options
Diffstat (limited to 'drivers/clk/mmp/clk-mix.c')
-rw-r--r-- | drivers/clk/mmp/clk-mix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mmp/clk-mix.c b/drivers/clk/mmp/clk-mix.c index 48fa53c7ce5e..de6a873175d2 100644 --- a/drivers/clk/mmp/clk-mix.c +++ b/drivers/clk/mmp/clk-mix.c | |||
@@ -202,6 +202,8 @@ error: | |||
202 | } | 202 | } |
203 | 203 | ||
204 | static long mmp_clk_mix_determine_rate(struct clk_hw *hw, unsigned long rate, | 204 | static long mmp_clk_mix_determine_rate(struct clk_hw *hw, unsigned long rate, |
205 | unsigned long min_rate, | ||
206 | unsigned long max_rate, | ||
205 | unsigned long *best_parent_rate, | 207 | unsigned long *best_parent_rate, |
206 | struct clk_hw **best_parent_clk) | 208 | struct clk_hw **best_parent_clk) |
207 | { | 209 | { |