Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96bd24d3 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: alpha-pll: Export required symbols from alpla-pll



Export symbols clk_trion_pll_configure() and clk_regera_pll_configure()
so drivers as modules can use it.

Change-Id: I498b309e48b87aaab92c2395b265f1938ddb567f
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent ac801eb4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1118,6 +1118,7 @@ int clk_trion_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
							PLL_RESET_N);
	return ret;
}
EXPORT_SYMBOL(clk_trion_pll_configure);

static int clk_trion_pll_is_enabled(struct clk_hw *hw)
{
@@ -3843,6 +3844,7 @@ int clk_regera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,

	return 0;
}
EXPORT_SYMBOL(clk_regera_pll_configure);

static int clk_regera_pll_enable(struct clk_hw *hw)
{