Prev: [PATCH 4/4] perf ui hist browser: Fixup key bindings
Next: [PATCH 03/68] vt: clean up the code - use kernel library
From: Greg Kroah-Hartman on 10 Aug 2010 18:00 From: Andrea Gelmini <andrea.gelmini(a)gelma.net> drivers/char/n_gsm.c: linux/timer.h is included more than once. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/n_gsm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/char/n_gsm.c b/drivers/char/n_gsm.c index e4089c4..099105e 100644 --- a/drivers/char/n_gsm.c +++ b/drivers/char/n_gsm.c @@ -43,7 +43,6 @@ #include <linux/sched.h> #include <linux/interrupt.h> #include <linux/tty.h> -#include <linux/timer.h> #include <linux/ctype.h> #include <linux/mm.h> #include <linux/string.h> -- 1.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |