linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/3] gameport: remove duplicate include
       [not found] <20071113161613.902793126@ahaupt-debian-vm.localdomain>
@ 2007-11-13 16:17 ` andre
  2007-11-13 16:17 ` [patch 2/3] bf54x: " andre
  2007-11-13 16:17 ` [patch 3/3] jonada720: " andre
  2 siblings, 0 replies; 4+ messages in thread
From: andre @ 2007-11-13 16:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andre Haupt

[-- Attachment #1: input-gameport-remove-duplicate-include.patch --]
[-- Type: text/plain, Size: 660 bytes --]

From: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Andre Haupt <andre@bitwigglers.org>

---
 drivers/input/gameport/gameport.c |    1 -
 1 file changed, 1 deletion(-)

Index: linus/drivers/input/gameport/gameport.c
===================================================================
--- linus.orig/drivers/input/gameport/gameport.c	2007-11-13 16:27:10.000000000 +0100
+++ linus/drivers/input/gameport/gameport.c	2007-11-13 16:27:37.000000000 +0100
@@ -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>

--

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

* [patch 2/3] bf54x: remove duplicate include
       [not found] <20071113161613.902793126@ahaupt-debian-vm.localdomain>
  2007-11-13 16:17 ` [patch 1/3] gameport: remove duplicate include andre
@ 2007-11-13 16:17 ` andre
  2007-11-13 16:17 ` [patch 3/3] jonada720: " andre
  2 siblings, 0 replies; 4+ messages in thread
From: andre @ 2007-11-13 16:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andre Haupt

[-- Attachment #1: input-bf54x-remove-duplicate-include.patch --]
[-- Type: text/plain, Size: 657 bytes --]

From: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Andre Haupt <andre@bitwigglers.org>

---
 drivers/input/keyboard/bf54x-keys.c |    1 -
 1 file changed, 1 deletion(-)

Index: linus/drivers/input/keyboard/bf54x-keys.c
===================================================================
--- linus.orig/drivers/input/keyboard/bf54x-keys.c	2007-11-13 16:31:02.000000000 +0100
+++ linus/drivers/input/keyboard/bf54x-keys.c	2007-11-13 16:31:30.000000000 +0100
@@ -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>

--

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

* [patch 3/3] jonada720: remove duplicate include
       [not found] <20071113161613.902793126@ahaupt-debian-vm.localdomain>
  2007-11-13 16:17 ` [patch 1/3] gameport: remove duplicate include andre
  2007-11-13 16:17 ` [patch 2/3] bf54x: " andre
@ 2007-11-13 16:17 ` andre
  2007-11-13 17:01   ` Kristoffer Ericson
  2 siblings, 1 reply; 4+ messages in thread
From: andre @ 2007-11-13 16:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andre Haupt

[-- Attachment #1: input-jonada720-remove-duplicate-include.patch --]
[-- Type: text/plain, Size: 664 bytes --]

From: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Andre Haupt <andre@bitwigglers.org>

---
 drivers/input/keyboard/jornada720_kbd.c |    1 -
 1 file changed, 1 deletion(-)

Index: linus/drivers/input/keyboard/jornada720_kbd.c
===================================================================
--- linus.orig/drivers/input/keyboard/jornada720_kbd.c	2007-11-13 16:33:24.000000000 +0100
+++ linus/drivers/input/keyboard/jornada720_kbd.c	2007-11-13 16:33:41.000000000 +0100
@@ -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>

--

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

* Re: [patch 3/3] jonada720: remove duplicate include
  2007-11-13 16:17 ` [patch 3/3] jonada720: " andre
@ 2007-11-13 17:01   ` Kristoffer Ericson
  0 siblings, 0 replies; 4+ messages in thread
From: Kristoffer Ericson @ 2007-11-13 17:01 UTC (permalink / raw)
  To: andre; +Cc: linux-kernel, trivial

Thanks

On Tue, 13 Nov 2007 17:17:36 +0100
andre@bitwigglers.org wrote:

> From: Andre Haupt <andre@bitwigglers.org>
> Signed-off-by: Andre Haupt <andre@bitwigglers.org>
> 
> ---
>  drivers/input/keyboard/jornada720_kbd.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> Index: linus/drivers/input/keyboard/jornada720_kbd.c
> ===================================================================
> --- linus.orig/drivers/input/keyboard/jornada720_kbd.c	2007-11-13 16:33:24.000000000 +0100
> +++ linus/drivers/input/keyboard/jornada720_kbd.c	2007-11-13 16:33:41.000000000 +0100
> @@ -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>
> 
> --
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2007-11-13 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071113161613.902793126@ahaupt-debian-vm.localdomain>
2007-11-13 16:17 ` [patch 1/3] gameport: remove duplicate include andre
2007-11-13 16:17 ` [patch 2/3] bf54x: " andre
2007-11-13 16:17 ` [patch 3/3] jonada720: " andre
2007-11-13 17:01   ` Kristoffer Ericson

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).