diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-01 22:00:07 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-03 22:27:26 +0300 |
commit | 4106684e114d07cdb0d7803963fa6e45aedc0ff4 (patch) | |
tree | f2440fa3a37f3d3bc7dcba28c6426da2e9b96f58 /drivers/clk | |
parent | 553b4858177d62a4969925ade1ea894c2a07b235 (diff) | |
download | linux-4106684e114d07cdb0d7803963fa6e45aedc0ff4.tar.xz |
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/x86/clk-lpt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/x86/clk-lpt.c b/drivers/clk/x86/clk-lpt.c index 54e0cf9d8edd..6b40eb89ae19 100644 --- a/drivers/clk/x86/clk-lpt.c +++ b/drivers/clk/x86/clk-lpt.c @@ -10,8 +10,6 @@ * published by the Free Software Foundation. */ -#include <linux/clk.h> -#include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/err.h> #include <linux/module.h> |