diff options
Diffstat (limited to 'arch/arm/mach-imx/clk.h')
-rw-r--r-- | arch/arm/mach-imx/clk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk.h b/arch/arm/mach-imx/clk.h index 1bf64fe2523c..5f2d8acca25f 100644 --- a/arch/arm/mach-imx/clk.h +++ b/arch/arm/mach-imx/clk.h | |||
@@ -3,7 +3,8 @@ | |||
3 | 3 | ||
4 | #include <linux/spinlock.h> | 4 | #include <linux/spinlock.h> |
5 | #include <linux/clk-provider.h> | 5 | #include <linux/clk-provider.h> |
6 | #include <mach/clock.h> | 6 | |
7 | extern spinlock_t imx_ccm_lock; | ||
7 | 8 | ||
8 | struct clk *imx_clk_pllv1(const char *name, const char *parent, | 9 | struct clk *imx_clk_pllv1(const char *name, const char *parent, |
9 | void __iomem *base); | 10 | void __iomem *base); |