summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-24 03:38:57 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-24 03:38:57 +0000
commit41232a7cb610bd377c4bab09e0bae91824ac1d83 (patch)
tree29a32d2160706186b445b5ef84bc96ae740ef92b /sys/arch/sparc64/dev
parentd379c7f7b05ac028221ae21c1f11a9e5382829e2 (diff)
Don't need ms.h (or SUNKBD/SUNMS)
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/com_ebus.c4
-rw-r--r--sys/arch/sparc64/dev/zs.c3
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c
index 4f2eabdcfc5..18a03ebb742 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.3 2002/01/23 20:16:05 jason Exp $ */
+/* $OpenBSD: com_ebus.c,v 1.4 2002/01/24 03:38:56 jason Exp $ */
/* $NetBSD: com_ebus.c,v 1.6 2001/07/24 19:27:10 eeh Exp $ */
/*
@@ -51,8 +51,6 @@
#include <dev/ic/comvar.h>
#include <dev/sun/kbd_ms_ttyvar.h>
-#include "ms.h"
-
cdev_decl(com); /* XXX this belongs elsewhere */
int com_ebus_match __P((struct device *, void *, void *));
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index 2ea6cd8f2f8..9c61d0a6a4c 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.5 2002/01/17 05:17:10 jason Exp $ */
+/* $OpenBSD: zs.c,v 1.6 2002/01/24 03:38:56 jason Exp $ */
/* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -73,7 +73,6 @@
#include <sparc64/dev/cons.h>
-#include "ms.h" /* NMS */
#include "zs.h" /* NZS */
struct cfdriver zs_cd = {