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

clk: keystone: 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: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Cc: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

-2
-1
drivers/clk/keystone/gate.c
··· 10 10 * the Free Software Foundation; either version 2 of the License, or 11 11 * (at your option) any later version. 12 12 */ 13 - #include <linux/clk.h> 14 13 #include <linux/clk-provider.h> 15 14 #include <linux/err.h> 16 15 #include <linux/io.h>
-1
drivers/clk/keystone/pll.c
··· 10 10 * the Free Software Foundation; either version 2 of the License, or 11 11 * (at your option) any later version. 12 12 */ 13 - #include <linux/clk.h> 14 13 #include <linux/clk-provider.h> 15 14 #include <linux/err.h> 16 15 #include <linux/io.h>