[PATCH 1/5] irda: irproc.c: Remove unneeded linux/miscdevice.h include

From: Corentin Labbe
Date: Thu Dec 15 2016 - 06:02:46 EST


irproc.c does not use any miscdevice so this patch remove this
unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
---
net/irda/irproc.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/irda/irproc.c b/net/irda/irproc.c
index b9ac598..77cfdde 100644
--- a/net/irda/irproc.c
+++ b/net/irda/irproc.c
@@ -23,7 +23,6 @@
*
********************************************************************/

-#include <linux/miscdevice.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>
--
2.10.2