Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d105321 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Daniel Lezcano
Browse files

clocksource/drivers/exynos_mct: Remove unused header includes



The driver does not use sched.h and platform_device.h.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 2e876b5d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>