From: Krzysztof Kozlowski Date: Mon, 18 Feb 2019 10:09:58 +0000 (+0100) Subject: clocksource/drivers/exynos_mct: Remove unused header includes X-Git-Tag: v5.1-rc1~170^2^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7d1053212858d0281f14beaf05f62dbdaf32bd5b;p=linux-block.git clocksource/drivers/exynos_mct: Remove unused header includes The driver does not use sched.h and platform_device.h. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Daniel Lezcano --- 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 #include #include #include #include #include #include -#include #include #include #include