projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a826a1a
)
clk: moxart: Include clk.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 1 May 2015 23:09:33 +0000
(16:09 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:33 +0000
(11:11 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-moxart.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-moxart.c
b/drivers/clk/clk-moxart.c
index
5181b89
..
f37f719
100644
(file)
--- a/
drivers/clk/clk-moxart.c
+++ b/
drivers/clk/clk-moxart.c
@@
-10,6
+10,7
@@
* warranty of any kind, whether express or implied.
*/
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/of_address.h>