Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bjorn Andersson and committed by
Stephen Boyd
a3d152e4 5b394b2d

+1
+1
drivers/clk/qcom/clk-alpha-pll.c
··· 220 220 if (pll->flags & SUPPORTS_FSM_MODE) 221 221 qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0); 222 222 } 223 + EXPORT_SYMBOL_GPL(clk_alpha_pll_configure); 223 224 224 225 static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw) 225 226 {