Skip to content

Commit

Permalink
clk: x86: Remove clkdev.h and clk.h includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd committed Mar 3, 2016
1 parent 553b485 commit 4106684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/clk/x86/clk-lpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4106684

Please sign in to comment.