diff options
Diffstat (limited to 'sys/arch/sparc64/dev/com_ebus.c')
-rw-r--r-- | sys/arch/sparc64/dev/com_ebus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c index 18a03ebb742..27f337dc83a 100644 --- a/sys/arch/sparc64/dev/com_ebus.c +++ b/sys/arch/sparc64/dev/com_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_ebus.c,v 1.4 2002/01/24 03:38:56 jason Exp $ */ +/* $OpenBSD: com_ebus.c,v 1.5 2002/01/25 03:58:39 jason Exp $ */ /* $NetBSD: com_ebus.c,v 1.6 2001/07/24 19:27:10 eeh Exp $ */ /* @@ -49,7 +49,6 @@ #include <dev/cons.h> #include <dev/ic/comvar.h> -#include <dev/sun/kbd_ms_ttyvar.h> cdev_decl(com); /* XXX this belongs elsewhere */ |