diff options
Diffstat (limited to 'device/tty.h')
-rw-r--r-- | device/tty.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/device/tty.h b/device/tty.h index be28708..dcc7711 100644 --- a/device/tty.h +++ b/device/tty.h @@ -42,10 +42,6 @@ #include <device/cirbuf.h> #include <device/io_req.h> -#ifdef luna88k -#include <luna88k/jtermio.h> -#endif - struct tty { decl_simple_lock_data(,t_lock) struct cirbuf t_inq; /* input buffer */ |