aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
diff options
context:
space:
mode:
authorLABBE Corentin <clabbe.montjoie@gmail.com>2016-12-15 11:42:46 +0100
committerDavid S. Miller <davem@davemloft.net>2016-12-17 11:16:31 -0500
commit078497a4d9535026b137c08e3746e600d5669a05 (patch)
tree89f6bbd8cca8fa36247dae640d9902fcf2512f6b /net
parentbpf: cgroup: annotate pointers in struct cgroup_bpf with __rcu (diff)
downloadwireguard-linux-078497a4d9535026b137c08e3746e600d5669a05.tar.xz
wireguard-linux-078497a4d9535026b137c08e3746e600d5669a05.zip
irda: irproc.c: Remove unneeded linux/miscdevice.h include
irproc.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/irda/irproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/irda/irproc.c b/net/irda/irproc.c
index b9ac598e2116..77cfdde9d82f 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>