From ea3ec09ecc7c080ce7fac7da00f50f0062d511f3 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 9 Sep 2013 22:12:57 +0200 Subject: Drop luna88k bits * device/tty.h [luna88k]: Remove ifdef and include for nonexistent header files. * kern/debug.c: Remove check for luna88k. --- device/tty.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'device/tty.h') 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 #include -#ifdef luna88k -#include -#endif - struct tty { decl_simple_lock_data(,t_lock) struct cirbuf t_inq; /* input buffer */ -- cgit v1.2.3