From 41232a7cb610bd377c4bab09e0bae91824ac1d83 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 24 Jan 2002 03:38:57 +0000 Subject: Don't need ms.h (or SUNKBD/SUNMS) --- sys/arch/sparc64/dev/com_ebus.c | 4 +--- sys/arch/sparc64/dev/zs.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/arch/sparc64/dev') 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 #include -#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 -#include "ms.h" /* NMS */ #include "zs.h" /* NZS */ struct cfdriver zs_cd = { -- cgit v1.2.3