Skip to content

Commit

Permalink
sparc: time: Remove unneeded linux/miscdevice.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Corentin Labbe authored and David S. Miller committed Sep 28, 2017
1 parent 01c3f0a commit 92c8070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc/kernel/time_64.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 92c8070

Please sign in to comment.