diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-09-11 08:50:00 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-09-12 11:46:51 +0200 |
commit | 3a84d17bb39754ff9ff51cb7c6bcbde8c4b924c9 (patch) | |
tree | c649c5776b92b01b6db4a7773b119eca1b2aef9c /arch/arm/mach-imx/clk.h | |
parent | a6dd3c812e774b876d440c1a9ec1bd0fd5659390 (diff) | |
download | lwn-3a84d17bb39754ff9ff51cb7c6bcbde8c4b924c9.tar.gz lwn-3a84d17bb39754ff9ff51cb7c6bcbde8c4b924c9.zip |
ARM: i.MX remove last leftovers from legacy clock support
This also removes mach/clock.h along the way
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
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 @@ #include <linux/spinlock.h> #include <linux/clk-provider.h> -#include <mach/clock.h> + +extern spinlock_t imx_ccm_lock; struct clk *imx_clk_pllv1(const char *name, const char *parent, void __iomem *base); |