diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-06-02 03:19:07 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-06-02 03:20:41 -0400 |
commit | a3dcdc7e5417a369f59214f67cd642c95017cf3b (patch) | |
tree | 166d2f0aeee2da3219df11717743289ccf01f908 | |
parent | c646b347669587790db6c703d0786bb5a2639bdd (diff) |
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>
-rw-r--r-- | drivers/clk/qcom/clk-alpha-pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c index 9722b701fbdb..3c49a60072f1 100644 --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c | |||
@@ -885,6 +885,7 @@ void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, | |||
885 | 885 | ||
886 | regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N); | 886 | regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N); |
887 | } | 887 | } |
888 | EXPORT_SYMBOL_GPL(clk_fabia_pll_configure); | ||
888 | 889 | ||
889 | static int alpha_pll_fabia_enable(struct clk_hw *hw) | 890 | static int alpha_pll_fabia_enable(struct clk_hw *hw) |
890 | { | 891 | { |