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

clk: x86: Remove clkdev.h and clk.h includes

This driver is a clk provider and not a clk consumer, so remove
the clk.h include. Also, drop clkdev.h because there's not clkdev
usage here either.

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

-2
-2
drivers/clk/x86/clk-lpt.c
··· 10 10 * published by the Free Software Foundation. 11 11 */ 12 12 13 - #include <linux/clk.h> 14 - #include <linux/clkdev.h> 15 13 #include <linux/clk-provider.h> 16 14 #include <linux/err.h> 17 15 #include <linux/module.h>