projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d0a16
)
clk: imx: clk-cpu: Include "clk.h" header file
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 29 Apr 2015 21:34:42 +0000
(18:34 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Wed, 3 Jun 2015 06:49:34 +0000
(14:49 +0800)
Include the "clk.h" header file to fix the following sparse warning:
drivers/clk/imx/clk-cpu.c:77:12: warning: symbol 'imx_clk_cpu' 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>
drivers/clk/imx/clk-cpu.c
patch
|
blob
|
history
diff --git
a/drivers/clk/imx/clk-cpu.c
b/drivers/clk/imx/clk-cpu.c
index
aa1c345
..
9d46eac
100644
(file)
--- a/
drivers/clk/imx/clk-cpu.c
+++ b/
drivers/clk/imx/clk-cpu.c
@@
-12,6
+12,7
@@
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/slab.h>
+#include "clk.h"
struct clk_cpu {
struct clk_hw hw;