summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-20 00:00:46 +0200
committerStephen Boyd2015-07-20 19:52:53 +0200
commita87b6866a0ecaa88379d1eeb194f218fbfd0eaf5 (patch)
tree3a5222cce920596829d6789e718d42c5d6d1212c
parentclk: cdce706: Include clk.h (diff)
downloadkernel-qcow2-linux-a87b6866a0ecaa88379d1eeb194f218fbfd0eaf5.tar.gz
kernel-qcow2-linux-a87b6866a0ecaa88379d1eeb194f218fbfd0eaf5.tar.xz
kernel-qcow2-linux-a87b6866a0ecaa88379d1eeb194f218fbfd0eaf5.zip
clk: clps711x: 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: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/clk-clps711x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-clps711x.c b/drivers/clk/clk-clps711x.c
index 715eec1a9902..ff4ef4f1df62 100644
--- 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>