X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Flinux%2Fclk-provider.h;fp=kernel%2Finclude%2Flinux%2Fclk-provider.h;h=7cd0171963ae174c37a1c69b325f9430f9e44904;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=c56988ac63f7801d5a93b004b80c20f7089bf2e3;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git 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,