diff mbox series

clocksource: exynos_mct: Remove unused header includes

Message ID 1550484598-1952-1-git-send-email-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit 7d1053212858d0281f14beaf05f62dbdaf32bd5b
Headers show
Series clocksource: exynos_mct: Remove unused header includes | expand

Commit Message

Krzysztof Kozlowski Feb. 18, 2019, 10:09 a.m. UTC
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(-)

Comments

Daniel Lezcano Feb. 18, 2019, 10:50 a.m. UTC | #1
On 18/02/2019 11:09, Krzysztof Kozlowski wrote:
> The driver does not use sched.h and platform_device.h.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---

Applied for 5.1

Thanks
diff mbox series

Patch

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>