From: Stephen Boyd Date: Tue, 1 Mar 2016 19:00:07 +0000 (-0800) Subject: clk: x86: Remove clkdev.h and clk.h includes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4106684e114d07cdb0d7803963fa6e45aedc0ff4;p=linux-beck.git 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 Signed-off-by: Stephen Boyd --- 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 -#include #include #include #include