kernel/drivers/clk/qcom/clk-branch.h
.. .. @@ -40,6 +40,7 @@ 40 40 extern const struct clk_ops clk_branch_ops; 41 41 extern const struct clk_ops clk_branch2_ops; 42 42 extern const struct clk_ops clk_branch_simple_ops; 43 +extern const struct clk_ops clk_branch2_aon_ops;43 44 44 45 #define to_clk_branch(_hw) \ 45 46 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)