sparc: time: Remove unneeded linux/miscdevice.h include
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Mon, 18 Sep 2017 17:58:21 +0000 (19:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Sep 2017 04:39:22 +0000 (21:39 -0700)
arch/sparc/kernel/time_64.c does not contain any miscdevice so the
inclusion of linux/miscdevice.h is unnecessary.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/time_64.c

index 564f0e46ffd4d8ae5b0ef2be6a4395b903aca762..5c8524ff09d9e6c040adba023ecfc5c180a9dcc0 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/jiffies.h>
 #include <linux/cpufreq.h>
 #include <linux/percpu.h>
-#include <linux/miscdevice.h>
 #include <linux/rtc/m48t59.h>
 #include <linux/kernel_stat.h>
 #include <linux/clockchips.h>