Commit-ID: 7d1053212858d0281f14beaf05f62dbdaf32bd5b Gitweb: https://git.kernel.org/tip/7d1053212858d0281f14beaf05f62dbdaf32bd5b Author: Krzysztof Kozlowski <krzk@xxxxxxxxxx> AuthorDate: Mon, 18 Feb 2019 11:09:58 +0100 Committer: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> CommitDate: Sat, 23 Feb 2019 12:13:45 +0100 clocksource/drivers/exynos_mct: Remove unused header includes The driver does not use sched.h and platform_device.h. Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> --- 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 33e90c080877..34bd250d46c6 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>