* [PATCH] clocksource: exynos_mct: Remove unused header includes
@ 2019-02-18 10:09 Krzysztof Kozlowski
2019-02-18 10:50 ` Daniel Lezcano
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-02-18 10:09 UTC (permalink / raw)
To: Daniel Lezcano, Thomas Gleixner, Kukjin Kim, Krzysztof Kozlowski,
linux-kernel, linux-arm-kernel, linux-samsung-soc
The driver does not use sched.h and platform_device.h.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
drivers/clocksource/exynos_mct.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index 7a244b681876..33fc4038da06 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -10,14 +10,12 @@
* published by the Free Software Foundation.
*/
-#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/clockchips.h>
#include <linux/cpu.h>
-#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/percpu.h>
#include <linux/of.h>
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-18 10:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 10:09 [PATCH] clocksource: exynos_mct: Remove unused header includes Krzysztof Kozlowski
2019-02-18 10:50 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox