extern declaration followed by static in drivers/serial/m32r_sio.c
Signed-off-by: Al Viro <[EMAIL PROTECTED]>
----
diff -urN RC13-rc6-git13-m32r-icu_data/drivers/serial/m32r_sio.c
RC13-rc6-git13-m32r-sio/drivers/serial/m32r_sio.c
--- RC13-rc6-git13-m32r-icu_data/drivers/serial/m32r_sio.c 2005-08-10
10:37:51.000000000 -0400
+++ RC13-rc6-git13-m32r-sio/drivers/serial/m32r_sio.c 2005-08-21
13:17:14.000000000 -0400
@@ -1123,7 +1123,7 @@
return uart_set_options(port, co, baud, parity, bits, flow);
}
-extern struct uart_driver m32r_sio_reg;
+static struct uart_driver m32r_sio_reg;
static struct console m32r_sio_console = {
.name = "ttyS",
.write = m32r_sio_console_write,
-
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/