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:
e266847
)
clk: wm831x: 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:05 +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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-wm831x.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-wm831x.c
b/drivers/clk/clk-wm831x.c
index ef67719f4e52c23cd977844662e3a202be4963bc..43f9d15255f4fd3a902b9ead2ccdc67d6e61fac4 100644
(file)
--- a/
drivers/clk/clk-wm831x.c
+++ b/
drivers/clk/clk-wm831x.c
@@
-12,7
+12,6
@@
*
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/delay.h>
#include <linux/module.h>