diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/serial.c b/src/core/serial.c index 52cf0e44b..94bb8d120 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); |
