]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Hopefully fix gcc3 build issue
authorMichael Brown <mcb30@etherboot.org>
Wed, 30 Aug 2006 13:55:52 +0000 (13:55 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 30 Aug 2006 13:55:52 +0000 (13:55 +0000)
src/core/serial.c

index 52cf0e44bd1e3bf13992487ddb880d1b3feef7d8..94bb8d120f9b98062a6a2073b7ec52557382a0ee 100644 (file)
@@ -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);