projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608f9b6
)
clk: twl6040: 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:02 +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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-twl6040.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-twl6040.c
b/drivers/clk/clk-twl6040.c
index 4a755135bcd388433696ee4c651a5bbb03302f5b..3094b10c61494be0f67b954204e7a2cd864b004e 100644
(file)
--- a/
drivers/clk/clk-twl6040.c
+++ b/
drivers/clk/clk-twl6040.c
@@
-20,7
+20,6
@@
*
*/
-#include <linux/clk.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>