[PATCH] m32r_sio gcc4 fixes

extern declaration followed by static in drivers/serial/m32r_sio.c

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds a828b8e4 c51d9943

+1 -1
+1 -1
drivers/serial/m32r_sio.c
··· 1123 1123 return uart_set_options(port, co, baud, parity, bits, flow); 1124 1124 } 1125 1125 1126 - extern struct uart_driver m32r_sio_reg; 1126 + static struct uart_driver m32r_sio_reg; 1127 1127 static struct console m32r_sio_console = { 1128 1128 .name = "ttyS", 1129 1129 .write = m32r_sio_console_write,