projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
553b485
)
clk: x86: Remove clkdev.h and clk.h includes
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:07 +0000
(11:00 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 3 Mar 2016 19:27:26 +0000
(11:27 -0800)
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>
drivers/clk/x86/clk-lpt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/x86/clk-lpt.c
b/drivers/clk/x86/clk-lpt.c
index 54e0cf9d8edd2c46665840ac9fc80accd22655fe..6b40eb89ae190c7c05b3d12d235346662d162e3a 100644
(file)
--- 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>