aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-pllv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/imx/clk-pllv4.c')
-rw-r--r--drivers/clk/imx/clk-pllv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-pllv4.c b/drivers/clk/imx/clk-pllv4.c
index 8155b12cf0e1..f51a800c268c 100644
--- a/drivers/clk/imx/clk-pllv4.c
+++ b/drivers/clk/imx/clk-pllv4.c
@@ -206,7 +206,7 @@ static const struct clk_ops clk_pllv4_ops = {
.is_enabled = clk_pllv4_is_enabled,
};
-struct clk_hw *imx_clk_pllv4(const char *name, const char *parent_name,
+struct clk_hw *imx_clk_hw_pllv4(const char *name, const char *parent_name,
void __iomem *base)
{
struct clk_pllv4 *pll;