Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 078497a4 authored by LABBE Corentin's avatar LABBE Corentin Committed by David S. Miller
Browse files

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: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dcdc43d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
 *
 ********************************************************************/

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