Skip to content

Commit a3d152e

Browse files
anderssonbebarino
authored andcommitted
clk: qcom: Export clk_alpha_pll_configure()
This is used by the QCS404 GCC driver, export it to allow that driver to be compiled as a module.. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 5b394b2 commit a3d152e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/clk-alpha-pll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
220220
if (pll->flags & SUPPORTS_FSM_MODE)
221221
qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0);
222222
}
223+
EXPORT_SYMBOL_GPL(clk_alpha_pll_configure);
223224

224225
static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw)
225226
{

0 commit comments

Comments
 (0)