summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-09-09 22:12:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-09 22:13:41 +0200
commitea3ec09ecc7c080ce7fac7da00f50f0062d511f3 (patch)
treef0683cfe5ca688d9031ab7ea80c8e6f28d4a00ca /device
parent790fe51dafa1d1423f3a990259a50a4ef3eee0f7 (diff)
Drop luna88k bits
* device/tty.h [luna88k]: Remove ifdef and include for nonexistent header files. * kern/debug.c: Remove check for luna88k.
Diffstat (limited to 'device')
-rw-r--r--device/tty.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/device/tty.h b/device/tty.h
index be287083..dcc77119 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 */