Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Daniel Lezcano
7d105321 2e876b5d

-2
-2
drivers/clocksource/exynos_mct.c
··· 10 10 * published by the Free Software Foundation. 11 11 */ 12 12 13 - #include <linux/sched.h> 14 13 #include <linux/interrupt.h> 15 14 #include <linux/irq.h> 16 15 #include <linux/err.h> 17 16 #include <linux/clk.h> 18 17 #include <linux/clockchips.h> 19 18 #include <linux/cpu.h> 20 - #include <linux/platform_device.h> 21 19 #include <linux/delay.h> 22 20 #include <linux/percpu.h> 23 21 #include <linux/of.h>