summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-17 05:17:11 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-17 05:17:11 +0000
commitb4a3678c95446a7e1155de2f9f55e7ce2d96c17c (patch)
tree2c4a9f08794a707f82b9e0c94520f93bb2947969 /sys/arch/sparc64/dev
parent7f4c7ff3fbacbec4556dac261e48ac006f6f5818 (diff)
I'm a tree breaker... sorry... don't include "kbd.h"
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/com_ebus.c3
-rw-r--r--sys/arch/sparc64/dev/zs.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/com_ebus.c b/sys/arch/sparc64/dev/com_ebus.c
index 1344f13c3a5..36389b9bd33 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.1 2001/09/29 03:13:49 art Exp $ */
+/* $OpenBSD: com_ebus.c,v 1.2 2002/01/17 05:17:10 jason Exp $ */
/* $NetBSD: com_ebus.c,v 1.6 2001/07/24 19:27:10 eeh Exp $ */
/*
@@ -51,7 +51,6 @@
#include <dev/ic/comvar.h>
#include <dev/sun/kbd_ms_ttyvar.h>
-#include "kbd.h"
#include "ms.h"
cdev_decl(com); /* XXX this belongs elsewhere */
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index 9ab6a50e499..2ea6cd8f2f8 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.4 2002/01/15 22:00:12 jason Exp $ */
+/* $OpenBSD: zs.c,v 1.5 2002/01/17 05:17:10 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 "kbd.h" /* NKBD */
#include "ms.h" /* NMS */
#include "zs.h" /* NZS */