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:
3c37311
)
clk: cdce925: Include clk.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 10 Jun 2015 21:14:28 +0000
(14:14 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:32 +0000
(11:11 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-cdce925.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-cdce925.c
b/drivers/clk/clk-cdce925.c
index 85fafb41e6ca3a8edbab5f1a1d8adc88c4ec7f4d..089bf88ffa8d677547b1a6f18c6ace50322793c6 100644
(file)
--- a/
drivers/clk/clk-cdce925.c
+++ b/
drivers/clk/clk-cdce925.c
@@
-10,6
+10,7
@@
* Copyright (C) 2014, Topic Embedded Products
* Licenced under GPL
*/
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/module.h>