clk: tegra: pll: Add tegra_pll_wait_for_lock to clk header
[cascardo/linux.git] / drivers / clk / tegra / clk-pll.c
index e14d3ae..d53b226 100644 (file)
@@ -269,6 +269,11 @@ static int clk_pll_wait_for_lock(struct tegra_clk_pll *pll)
        return -1;
 }
 
+int tegra_pll_wait_for_lock(struct tegra_clk_pll *pll)
+{
+       return clk_pll_wait_for_lock(pll);
+}
+
 static int clk_pll_is_enabled(struct clk_hw *hw)
 {
        struct tegra_clk_pll *pll = to_clk_pll(hw);