diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-02-18 13:09:58 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-02-23 14:13:45 +0300 |
commit | 7d1053212858d0281f14beaf05f62dbdaf32bd5b (patch) | |
tree | 8238938158f2af0a9cd3f003e35ef13c71d0aaea /drivers/clocksource/exynos_mct.c | |
parent | 2e876b5d9f8dc6b685bc75f5b03b2a984fed63df (diff) | |
download | linux-7d1053212858d0281f14beaf05f62dbdaf32bd5b.tar.xz |
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>
Diffstat (limited to 'drivers/clocksource/exynos_mct.c')
-rw-r--r-- | drivers/clocksource/exynos_mct.c | 2 |
1 files changed, 0 insertions, 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> |