projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a6570
)
clk: pistachio: Include clk.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 9 Jul 2015 22:24:51 +0000
(15:24 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:37 +0000
(11:11 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/pistachio/clk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/pistachio/clk.c
b/drivers/clk/pistachio/clk.c
index 85faa83e1bd7a94fa8e4f98881a9d4add3ab4f6d..698cad4f509e70303aa17bf337fb8ea51b8a41e6 100644
(file)
--- a/
drivers/clk/pistachio/clk.c
+++ b/
drivers/clk/pistachio/clk.c
@@
-6,6
+6,7
@@
* version 2, as published by the Free Software Foundation.
*/
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/kernel.h>
#include <linux/of.h>