
23 Jul
2019
23 Jul
'19
5:15 a.m.
Export mux/divider ops for composite usage
Signed-off-by: Peng Fan peng.fan@nxp.com --- include/linux/clk-provider.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 7e44045c16..6c6475ea91 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -96,6 +96,7 @@ struct clk_divider { #define CLK_DIVIDER_ROUND_CLOSEST BIT(4) #define CLK_DIVIDER_READ_ONLY BIT(5) #define CLK_DIVIDER_MAX_AT_ZERO BIT(6) +extern const struct clk_ops clk_divider_ops;
struct clk_fixed_factor { struct clk clk;
--
2.16.4