Message ID | 20180614215358.11264-3-ilia.lin@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Quoting ilia.lin@gmail.com (2018-06-14 14:53:49) > From: Rajendra Nayak <rnayak@codeaurora.org> > > Allow clk_alpha_pll_configure to be called from loadable > kernel modules. > > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> > Signed-off-by: Ilia Lin <ilialin@codeaurora.org> > Tested-by: Amit Kucheria <amit.kucheria@linaro.org> > --- Oh I think this one came via another patch series. Either way, keep resending this along with everything else to make kbuild happy. > drivers/clk/qcom/clk-alpha-pll.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c > index 3c49a60072f1..a43f80ac94a4 100644 > --- a/drivers/clk/qcom/clk-alpha-pll.c > +++ b/drivers/clk/qcom/clk-alpha-pll.c > @@ -228,6 +228,7 @@ void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, > if (pll->flags & SUPPORTS_FSM_MODE) > qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0); > } > +EXPORT_SYMBOL_GPL(clk_alpha_pll_configure); > > static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw) > { > -- > 2.11.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c index 3c49a60072f1..a43f80ac94a4 100644 --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c @@ -228,6 +228,7 @@ void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, if (pll->flags & SUPPORTS_FSM_MODE) qcom_pll_set_fsm_mode(regmap, PLL_MODE(pll), 6, 0); } +EXPORT_SYMBOL_GPL(clk_alpha_pll_configure); static int clk_alpha_pll_hwfsm_enable(struct clk_hw *hw) {