diff mbox series

sparc: time: Remove unneeded linux/miscdevice.h include

Message ID 20170918175821.20026-1-clabbe.montjoie@gmail.com
State Accepted
Delegated to: David Miller
Headers show
Series sparc: time: Remove unneeded linux/miscdevice.h include | expand

Commit Message

Corentin Labbe Sept. 18, 2017, 5:58 p.m. UTC
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>
---
 arch/sparc/kernel/time_64.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Sept. 28, 2017, 4:52 a.m. UTC | #1
From: Corentin Labbe <clabbe.montjoie@gmail.com>
Date: Mon, 18 Sep 2017 19:58:21 +0200

> 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/sparc/kernel/time_64.c b/arch/sparc/kernel/time_64.c
index 564f0e46ffd4..5c8524ff09d9 100644
--- a/arch/sparc/kernel/time_64.c
+++ b/arch/sparc/kernel/time_64.c
@@ -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>