OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191f162
)
ARM: mach-imx: clk-gate2: Include "clk.h"
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 25 Mar 2013 12:20:35 +0000
(09:20 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:17:50 +0000
(16:17 +0800)
Fix the following sparse warning:
arch/arm/mach-imx/clk-gate2.c:86:12: warning: symbol 'clk_register_gate2' 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-gate2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/clk-gate2.c
b/arch/arm/mach-imx/clk-gate2.c
index
cc49c7a
..
a63e415
100644
(file)
--- a/
arch/arm/mach-imx/clk-gate2.c
+++ b/
arch/arm/mach-imx/clk-gate2.c
@@
-15,6
+15,7
@@
#include <linux/io.h>
#include <linux/err.h>
#include <linux/string.h>
+#include "clk.h"
/**
* DOC: basic gatable clock which can gate and ungate it's ouput