projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4945ab
)
clk: highbank: Include clk.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000
(15:00 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:22 +0000
(11:11 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-highbank.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-highbank.c
b/drivers/clk/clk-highbank.c
index 2e7e9d9798cb20901cc2dd234c33ef6d306dc966..be3a21abb185a188e207d8dd35cb8146293779a0 100644
(file)
--- a/
drivers/clk/clk-highbank.c
+++ b/
drivers/clk/clk-highbank.c
@@
-17,6
+17,7
@@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/err.h>
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/of.h>