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

Commit 7557d2a1 authored by Mike Tipton's avatar Mike Tipton
Browse files

clk: qcom: Export clk_lucid_5lpe_pll_configure()



This function is used by the Lahaina VIDEO_CC clock driver, so export it
to allow that driver to be compiled as a module.

Change-Id: Id9f5a4d3b63d3a6b47227a13386aea28a7b21380
Signed-off-by: default avatarMike Tipton <mdtipton@codeaurora.org>
parent c3351b68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1828,6 +1828,7 @@ int clk_lucid_5lpe_pll_configure(struct clk_alpha_pll *pll,

	return ret ? -EIO : 0;
}
EXPORT_SYMBOL(clk_lucid_5lpe_pll_configure);

static int alpha_pll_lucid_5lpe_enable(struct clk_hw *hw)
{