
From: Adrian Bunk <bunk@stusta.de>

generic_serial.h contained an incorrect extern reference to the static 
variable gs_debug (Benoit Boissinot reported that gcc 4.0 rejects this).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/generic_serial.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/linux/generic_serial.h~generic_serialh-kill-incorrect-gs_debug-reference include/linux/generic_serial.h
--- 25/include/linux/generic_serial.h~generic_serialh-kill-incorrect-gs_debug-reference	2005-02-02 16:12:05.146063120 -0800
+++ 25-akpm/include/linux/generic_serial.h	2005-02-02 16:12:05.149062664 -0800
@@ -93,6 +93,4 @@ int  gs_setserial(struct gs_port *port, 
 int  gs_getserial(struct gs_port *port, struct serial_struct __user *sp);
 void gs_got_break(struct gs_port *port);
 
-extern int gs_debug;
-
 #endif
_
