]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
clocksource/drivers/exynos_mct: Remove unused header includes
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 10:09:58 +0000 (11:09 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 23 Feb 2019 11:13:45 +0000 (12:13 +0100)
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>
drivers/clocksource/exynos_mct.c

index 33e90c080877b5dc7d3b0700b84c853b231bf4d0..34bd250d46c6ce26f796611f5dca6b4dceb52387 100644 (file)
  * 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>