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:
fc1699c
)
clk: clps711x: 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:52:53 +0000
(10:52 -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: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-clps711x.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-clps711x.c
b/drivers/clk/clk-clps711x.c
index
715eec1
..
ff4ef4f
100644
(file)
--- a/
drivers/clk/clk-clps711x.c
+++ b/
drivers/clk/clk-clps711x.c
@@
-9,7
+9,6
@@
* (at your option) any later version.
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/clkdev.h>
#include <linux/io.h>