projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d7e6c
)
ARM: mach-imx: clk: Include "clk.h"
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 25 Mar 2013 12:20:38 +0000
(09:20 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:17:51 +0000
(16:17 +0800)
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>
arch/arm/mach-imx/clk.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/clk.c
b/arch/arm/mach-imx/clk.c
index f5e8be8e7f117eef958d2ff9ffb64af469712cda..37e884ed1cd4098d43788e34e7f21d7d1ff88404 100644
(file)
--- a/
arch/arm/mach-imx/clk.c
+++ b/
arch/arm/mach-imx/clk.c
@@
-1,3
+1,4
@@
#include <linux/spinlock.h>
+#include "clk.h"
DEFINE_SPINLOCK(imx_ccm_lock);