X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fclk-provider.h;h=7cd0171963ae174c37a1c69b325f9430f9e44904;hb=8c945f5aac28a81f20f6a5208a6ccab43b8e7a89;hp=c56988ac63f7801d5a93b004b80c20f7089bf2e3;hpb=64fd8c8a0ff421b47a879fbff5b82563b7fb82f5;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index c56988ac63f7..7cd0171963ae 100644 --- a/include/linux/clk-provider.h +++ b/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,