aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-axi-clkgen.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-19 14:59:11 -0700
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 10:52:50 -0700
commita1ff4588d7b225fdf96ba65f11ce33ef00ada9ac (patch)
treec168b7b897dfd3cda733144f62a3b658015ddffa /drivers/clk/clk-axi-clkgen.c
parentclk: i.MX: Remove clk.h include (diff)
downloadwireguard-linux-a1ff4588d7b225fdf96ba65f11ce33ef00ada9ac.tar.xz
wireguard-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>
Diffstat (limited to 'drivers/clk/clk-axi-clkgen.c')
-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>