diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sh_clk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sh_clk.h b/include/linux/sh_clk.h index 49f6e9b6eda2..4dca992f3093 100644 --- a/include/linux/sh_clk.h +++ b/include/linux/sh_clk.h | |||
@@ -119,6 +119,9 @@ int clk_rate_table_find(struct clk *clk, | |||
119 | struct cpufreq_frequency_table *freq_table, | 119 | struct cpufreq_frequency_table *freq_table, |
120 | unsigned long rate); | 120 | unsigned long rate); |
121 | 121 | ||
122 | long clk_rate_div_range_round(struct clk *clk, unsigned int div_min, | ||
123 | unsigned int div_max, unsigned long rate); | ||
124 | |||
122 | #define SH_CLK_MSTP32(_parent, _enable_reg, _enable_bit, _flags) \ | 125 | #define SH_CLK_MSTP32(_parent, _enable_reg, _enable_bit, _flags) \ |
123 | { \ | 126 | { \ |
124 | .parent = _parent, \ | 127 | .parent = _parent, \ |