linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][KJ] input: remove duplicate includes
@ 2008-01-08 16:47 ` Andre Haupt
  2008-01-16 16:14   ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Haupt @ 2008-01-08 16:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: dmitry.torokhov, Andre Haupt

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
---
 drivers/input/gameport/gameport.c       |    1 -
 drivers/input/keyboard/bf54x-keys.c     |    1 -
 drivers/input/keyboard/jornada720_kbd.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/input/gameport/gameport.c b/drivers/input/gameport/gameport.c
index bfc6061..682a70e 100644
--- a/drivers/input/gameport/gameport.c
+++ b/drivers/input/gameport/gameport.c
@@ -17,7 +17,6 @@
 #include <linux/init.h>
 #include <linux/gameport.h>
 #include <linux/wait.h>
-#include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/kthread.h>
diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index e5f4da9..05e3494 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
@@ -42,7 +42,6 @@
 #include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/input.h>
-#include <linux/irq.h>
 
 #include <asm/portmux.h>
 #include <asm/mach/bf54x_keys.h>
diff --git a/drivers/input/keyboard/jornada720_kbd.c b/drivers/input/keyboard/jornada720_kbd.c
index e6696b3..986f93c 100644
--- a/drivers/input/keyboard/jornada720_kbd.c
+++ b/drivers/input/keyboard/jornada720_kbd.c
@@ -17,7 +17,6 @@
  */
 #include <linux/device.h>
 #include <linux/errno.h>
-#include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/init.h>
 #include <linux/input.h>
-- 
1.4.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][KJ] input: remove duplicate includes
  2008-01-08 16:47 ` [PATCH][KJ] input: remove duplicate includes Andre Haupt
@ 2008-01-16 16:14   ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2008-01-16 16:14 UTC (permalink / raw)
  To: Andre Haupt; +Cc: linux-kernel

On Tue, Jan 08, 2008 at 05:47:38PM +0100, Andre Haupt wrote:
> Signed-off-by: Andre Haupt <andre@bitwigglers.org>

Applied, thank you Andre.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-16 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <n@insightbb.com>
2008-01-08 16:47 ` [PATCH][KJ] input: remove duplicate includes Andre Haupt
2008-01-16 16:14   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).