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:
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
|
blame
|
history
diff --git
a/drivers/clk/clk-moxart.c
b/drivers/clk/clk-moxart.c
index 5181b89c3cb2f18de2047a70a0bc43c562be4326..f37f719643ec0633552c16f310be264fae97c124 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>