diff options
Diffstat (limited to 'src/pc80/serial.c')
-rw-r--r-- | src/pc80/serial.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pc80/serial.c b/src/pc80/serial.c index 45e0ce09e2..b05681dcd3 100644 --- a/src/pc80/serial.c +++ b/src/pc80/serial.c @@ -94,9 +94,6 @@ static void uart_init(void) #else /* CONFIG_USE_PRINTK_IN_CAR == 1 */ -#if CONFIG_USE_INIT == 0 -#include "../lib/uart8250.c" -#endif extern void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs); static void uart_init(void) |