2007-11-13 16:18:24

by Andre Haupt

[permalink] [raw]
Subject: [patch 3/3] jonada720: remove duplicate include

From: Andre Haupt <[email protected]>
Signed-off-by: Andre Haupt <[email protected]>

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

--


2007-11-13 16:56:49

by Kristoffer Ericson

[permalink] [raw]
Subject: Re: [patch 3/3] jonada720: remove duplicate include

Thanks

On Tue, 13 Nov 2007 17:17:36 +0100
[email protected] wrote:

> From: Andre Haupt <[email protected]>
> Signed-off-by: Andre Haupt <[email protected]>
>
> ---
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/