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:
663724f
)
clk: axi-clkgen: Remove clk.h include
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 19 Jun 2015 21:59:11 +0000
(14:59 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 17:52:50 +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: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-axi-clkgen.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-axi-clkgen.c
b/drivers/clk/clk-axi-clkgen.c
index
e619285
..
3bcd42f
100644
(file)
--- a/
drivers/clk/clk-axi-clkgen.c
+++ b/
drivers/clk/clk-axi-clkgen.c
@@
-10,7
+10,6
@@
#include <linux/platform_device.h>
#include <linux/clk-provider.h>
-#include <linux/clk.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/of.h>