From: Stephen Boyd Date: Fri, 19 Jun 2015 21:59:11 +0000 (-0700) Subject: clk: axi-clkgen: Remove clk.h include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a1ff4588d7b225fdf96ba65f11ce33ef00ada9ac;p=linux-beck.git 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 Signed-off-by: Stephen Boyd --- 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 #include -#include #include #include #include