summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-20 00:00:46 +0200
committerStephen Boyd2015-07-20 19:53:05 +0200
commit6063b663e872faa005669d1379439dfba805a1ea (patch)
tree2833d3ce85ad748675edb0a3c97f317d5eba5dcd
parentclk: u300: Remove clk.h include (diff)
downloadkernel-qcow2-linux-6063b663e872faa005669d1379439dfba805a1ea.tar.gz
kernel-qcow2-linux-6063b663e872faa005669d1379439dfba805a1ea.tar.xz
kernel-qcow2-linux-6063b663e872faa005669d1379439dfba805a1ea.zip
clk: wm831x: Remove clk.h include
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>
-rw-r--r--drivers/clk/clk-wm831x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-wm831x.c b/drivers/clk/clk-wm831x.c
index ef67719f4e52..43f9d15255f4 100644
--- 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>