[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20161215181213.27732-1-clabbe.montjoie@gmail.com>
Date: Thu, 15 Dec 2016 19:12:13 +0100
From: Corentin Labbe <clabbe.montjoie@...il.com>
To: dmitry.torokhov@...il.com, linux-input@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Corentin Labbe <clabbe.montjoie@...il.com>
Subject: [PATCH] Input: joydev: remove unused linux/miscdevice.h include
This patch remove the inclusion of linux/miscdevice.h for joydev
since it does not use miscdevice.
Signed-off-by: Corentin Labbe <clabbe.montjoie@...il.com>
---
drivers/input/joydev.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c
index f3135ae..abd18f3 100644
--- a/drivers/input/joydev.c
+++ b/drivers/input/joydev.c
@@ -22,7 +22,6 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/mm.h>
-#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/init.h>
--
2.10.2
Powered by blists - more mailing lists