Explorar o código

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>
Stephen Boyd %!s(int64=10) %!d(string=hai) anos
pai
achega
6063b663e8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/clk/clk-wm831x.c

+ 0 - 1
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>