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:
39a3891
)
clk: rk808: Remove clk.h include
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 17:53:00 +0000
(10:53 -0700)
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Remove the include here because this is a
provider driver.
Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-rk808.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-rk808.c
b/drivers/clk/clk-rk808.c
index 83902b9cd49ef0a5772e807806999a1d16786195..0fee2f4ca258365bfa48a183c5712e7696e3b306 100644
(file)
--- a/
drivers/clk/clk-rk808.c
+++ b/
drivers/clk/clk-rk808.c
@@
-15,7
+15,6
@@
* more details.
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/slab.h>