diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-25 08:20:38 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 04:17:51 -0400 |
commit | 41921c13c3d0434a8ea3466fa65d493816358787 (patch) | |
tree | 9d15706dbbfa611a1ad0df2d5dca6917ab258e80 | |
parent | e6d7e6ca953405dfd80c5fb72e3359c1633c0c43 (diff) |
ARM: mach-imx: clk: Include "clk.h"
Fix the following sparse warning:
arch/arm/mach-imx/clk.c:3:1: warning: symbol 'imx_ccm_lock' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/mach-imx/clk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk.c b/arch/arm/mach-imx/clk.c index f5e8be8e7f11..37e884ed1cd4 100644 --- a/arch/arm/mach-imx/clk.c +++ b/arch/arm/mach-imx/clk.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #include <linux/spinlock.h> | 1 | #include <linux/spinlock.h> |
2 | #include "clk.h" | ||
2 | 3 | ||
3 | DEFINE_SPINLOCK(imx_ccm_lock); | 4 | DEFINE_SPINLOCK(imx_ccm_lock); |