aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-imx/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk.c b/arch/arm/mach-imx/clk.c
index 53e8788b0d0f..55bc80a00666 100644
--- a/arch/arm/mach-imx/clk.c
+++ b/arch/arm/mach-imx/clk.c
@@ -9,7 +9,7 @@ DEFINE_SPINLOCK(imx_ccm_lock);
9 9
10static struct clk * __init imx_obtain_fixed_clock_from_dt(const char *name) 10static struct clk * __init imx_obtain_fixed_clock_from_dt(const char *name)
11{ 11{
12 struct of_phandle_args phandle = {0}; 12 struct of_phandle_args phandle;
13 struct clk *clk = ERR_PTR(-ENODEV); 13 struct clk *clk = ERR_PTR(-ENODEV);
14 char *path; 14 char *path;
15 15