projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c646b34
)
clk: qcom: Export clk_fabia_pll_configure()
author
Stephen Boyd
<sboyd@kernel.org>
Sat, 2 Jun 2018 07:19:07 +0000
(
00:19
-0700)
committer
Stephen Boyd
<sboyd@kernel.org>
Sat, 2 Jun 2018 07:20:41 +0000
(
00:20
-0700)
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>
drivers/clk/qcom/clk-alpha-pll.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/clk-alpha-pll.c
b/drivers/clk/qcom/clk-alpha-pll.c
index 9722b701fbdb24aa010dbbc6a3db730237c6dc41..3c49a60072f149fa699ce1de70915b4937b11615 100644
(file)
--- 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,
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)
{