1
0
Fork 0

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: Stephen Boyd <sboyd@kernel.org>
hifive-unleashed-5.1
Stephen Boyd 2018-06-02 00:19:07 -07:00
parent c646b34766
commit a3dcdc7e54
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
EXPORT_SYMBOL_GPL(clk_fabia_pll_configure);
static int alpha_pll_fabia_enable(struct clk_hw *hw)
{