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

clk: twl6040: 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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

-1
-1
drivers/clk/clk-twl6040.c
··· 20 20 * 21 21 */ 22 22 23 - #include <linux/clk.h> 24 23 #include <linux/module.h> 25 24 #include <linux/slab.h> 26 25 #include <linux/platform_device.h>