summaryrefslogtreecommitdiffstats
path: root/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'serial.h')
-rw-r--r--serial.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/serial.h b/serial.h
index 0261073..bbdfa9c 100644
--- a/serial.h
+++ b/serial.h
@@ -135,7 +135,6 @@
* the low four bits control software flow control
*/
-#include "io.h"
#define serial_echo_outb(v,a) outb((v),(a)+serial_base_ports[serial_tty])
#define serial_echo_inb(a) inb((a)+serial_base_ports[serial_tty])
#define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)