diff options
Diffstat (limited to 'kernel/include/linux/clk-provider.h')
-rw-r--r-- | kernel/include/linux/clk-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/clk-provider.h b/kernel/include/linux/clk-provider.h index c56988ac6..7cd017196 100644 --- a/kernel/include/linux/clk-provider.h +++ b/kernel/include/linux/clk-provider.h @@ -384,6 +384,7 @@ struct clk_divider { #define CLK_DIVIDER_MAX_AT_ZERO BIT(6) extern const struct clk_ops clk_divider_ops; +extern const struct clk_ops clk_divider_ro_ops; unsigned long divider_recalc_rate(struct clk_hw *hw, unsigned long parent_rate, unsigned int val, const struct clk_div_table *table, |