From c399e88aa3658c792e7a11896d99803b3cbdf3ba Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 30 Aug 2006 13:55:52 +0000 Subject: [PATCH] Hopefully fix gcc3 build issue --- src/core/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/serial.c b/src/core/serial.c index 52cf0e44..94bb8d12 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -91,7 +91,7 @@ #define uart_writeb(val,addr) outb((val),(addr)) #endif -struct console_driver serial_console; +struct console_driver serial_console __console_driver; /* * void serial_putc(int ch);