summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-19 23:59:11 +0200
committerStephen Boyd2015-07-20 19:52:50 +0200
commita1ff4588d7b225fdf96ba65f11ce33ef00ada9ac (patch)
treec168b7b897dfd3cda733144f62a3b658015ddffa
parentclk: i.MX: Remove clk.h include (diff)
downloadkernel-qcow2-linux-a1ff4588d7b225fdf96ba65f11ce33ef00ada9ac.tar.gz
kernel-qcow2-linux-a1ff4588d7b225fdf96ba65f11ce33ef00ada9ac.tar.xz
kernel-qcow2-linux-a1ff4588d7b225fdf96ba65f11ce33ef00ada9ac.zip
clk: axi-clkgen: 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: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/clk-axi-clkgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-axi-clkgen.c b/drivers/clk/clk-axi-clkgen.c
index e619285c6def..3bcd42fbb55e 100644
--- 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>