Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
drivers/clk/clk-wm831x.c
··· 12 12 * 13 13 */ 14 14 15 - #include <linux/clk.h> 16 15 #include <linux/clk-provider.h> 17 16 #include <linux/delay.h> 18 17 #include <linux/module.h>