[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161215150208.30752-1-clabbe.montjoie@gmail.com>
Date: Thu, 15 Dec 2016 16:02:08 +0100
From: Corentin Labbe <clabbe.montjoie@...il.com>
To: funaho@...ai.org, geert@...ux-m68k.org,
linux-m68k@...ts.linux-m68k.org
Cc: linux-kernel@...r.kernel.org,
Corentin Labbe <clabbe.montjoie@...il.com>
Subject: [PATCH] m68k/mac: remove unneeded linux/miscdevice.h include
arch/m68k/mac/misc.c does not use any miscdevice so the
inclusion of linux/miscdevice.h is unnecessary.
This patch remove this unnecessary include.
Signed-off-by: Corentin Labbe <clabbe.montjoie@...il.com>
---
arch/m68k/mac/misc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c
index 0fb54a9..c6b10bd 100644
--- a/arch/m68k/mac/misc.c
+++ b/arch/m68k/mac/misc.c
@@ -4,7 +4,6 @@
#include <linux/types.h>
#include <linux/errno.h>
-#include <linux/miscdevice.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/sched.h>
--
2.10.2
Powered by blists - more mailing lists