提交 a3dcdc7e 编写于 作者: S Stephen Boyd

clk: qcom: Export clk_fabia_pll_configure()

This is used by the video clk driver on sdm845 and that's a module.
Export it to prevent module build failures.
Signed-off-by: NStephen Boyd <sboyd@kernel.org>
上级 c646b347
...@@ -885,6 +885,7 @@ void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, ...@@ -885,6 +885,7 @@ void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N); regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N);
} }
EXPORT_SYMBOL_GPL(clk_fabia_pll_configure);
static int alpha_pll_fabia_enable(struct clk_hw *hw) static int alpha_pll_fabia_enable(struct clk_hw *hw)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册