summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1999-01-24 15:58:53 +0000
committermickey <mickey@openbsd.org>1999-01-24 15:58:53 +0000
commit37aa137e7f49a2ab3a0104938db1a0ba743dd53a (patch)
tree922d7e0a1091b9fbbc52ec9afc548954a339c567
parentapplied s/then/than/ from krw@tcn.net; even better grammar now (diff)
downloadwireguard-openbsd-37aa137e7f49a2ab3a0104938db1a0ba743dd53a.tar.xz
wireguard-openbsd-37aa137e7f49a2ab3a0104938db1a0ba743dd53a.zip
remove unneeded pio.h inclusion
-rw-r--r--sys/dev/isa/ad1848.c3
-rw-r--r--sys/dev/isa/gus.c3
-rw-r--r--sys/dev/isa/pas.c3
-rw-r--r--sys/dev/isa/sb.c3
-rw-r--r--sys/dev/isa/wds.c3
-rw-r--r--sys/dev/isa/wss.c3
-rw-r--r--sys/dev/isa/wss_isa.c3
-rw-r--r--sys/dev/isa/ym.c3
8 files changed, 8 insertions, 16 deletions
diff --git a/sys/dev/isa/ad1848.c b/sys/dev/isa/ad1848.c
index 13a59793efe..7c8b0ebf037 100644
--- a/sys/dev/isa/ad1848.c
+++ b/sys/dev/isa/ad1848.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ad1848.c,v 1.15 1999/01/07 06:14:46 niklas Exp $ */
+/* $OpenBSD: ad1848.c,v 1.16 1999/01/24 15:58:53 mickey Exp $ */
/* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */
/*
@@ -78,7 +78,6 @@
#include <machine/cpu.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <vm/vm.h>
diff --git a/sys/dev/isa/gus.c b/sys/dev/isa/gus.c
index d7e244e246a..6bedb6f2202 100644
--- a/sys/dev/isa/gus.c
+++ b/sys/dev/isa/gus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gus.c,v 1.19 1999/01/02 00:02:45 niklas Exp $ */
+/* $OpenBSD: gus.c,v 1.20 1999/01/24 15:58:53 mickey Exp $ */
/* $NetBSD: gus.c,v 1.51 1998/01/25 23:48:06 mycroft Exp $ */
/*-
@@ -113,7 +113,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <machine/cpufunc.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/isa/pas.c b/sys/dev/isa/pas.c
index ed3dad5bf18..7e15edb67e9 100644
--- a/sys/dev/isa/pas.c
+++ b/sys/dev/isa/pas.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pas.c,v 1.19 1999/01/07 06:14:48 niklas Exp $ */
+/* $OpenBSD: pas.c,v 1.20 1999/01/24 15:58:54 mickey Exp $ */
/* $NetBSD: pas.c,v 1.37 1998/01/12 09:43:43 thorpej Exp $ */
/*
@@ -58,7 +58,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/isa/sb.c b/sys/dev/isa/sb.c
index 942331d15df..bedbb003012 100644
--- a/sys/dev/isa/sb.c
+++ b/sys/dev/isa/sb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sb.c,v 1.18 1999/01/07 06:14:49 niklas Exp $ */
+/* $OpenBSD: sb.c,v 1.19 1999/01/24 15:58:54 mickey Exp $ */
/* $NetBSD: sb.c,v 1.57 1998/01/12 09:43:46 thorpej Exp $ */
/*
@@ -48,7 +48,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/isa/wds.c b/sys/dev/isa/wds.c
index 28f7a7bb5a5..b771ee6b3fa 100644
--- a/sys/dev/isa/wds.c
+++ b/sys/dev/isa/wds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wds.c,v 1.14 1999/01/07 06:14:49 niklas Exp $ */
+/* $OpenBSD: wds.c,v 1.15 1999/01/24 15:58:54 mickey Exp $ */
/* $NetBSD: wds.c,v 1.13 1996/11/03 16:20:31 mycroft Exp $ */
#undef WDSDIAG
@@ -71,7 +71,6 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <machine/pio.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
diff --git a/sys/dev/isa/wss.c b/sys/dev/isa/wss.c
index 67c3b98e0e5..fff2a74ef84 100644
--- a/sys/dev/isa/wss.c
+++ b/sys/dev/isa/wss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wss.c,v 1.19 1999/01/11 01:57:53 millert Exp $ */
+/* $OpenBSD: wss.c,v 1.20 1999/01/24 15:58:54 mickey Exp $ */
/* $NetBSD: wss.c,v 1.42 1998/01/19 22:18:23 augustss Exp $ */
/*
@@ -48,7 +48,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/isa/wss_isa.c b/sys/dev/isa/wss_isa.c
index 61df0bc35f1..c3372a7e33d 100644
--- a/sys/dev/isa/wss_isa.c
+++ b/sys/dev/isa/wss_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wss_isa.c,v 1.1 1998/04/26 21:02:38 provos Exp $ */
+/* $OpenBSD: wss_isa.c,v 1.2 1999/01/24 15:58:54 mickey Exp $ */
/* $NetBSD: wss_isa.c,v 1.1 1998/01/19 22:18:24 augustss Exp $ */
/*
@@ -52,7 +52,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/isa/ym.c b/sys/dev/isa/ym.c
index 04611a1c815..a613456339b 100644
--- a/sys/dev/isa/ym.c
+++ b/sys/dev/isa/ym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ym.c,v 1.4 1999/01/02 00:02:48 niklas Exp $ */
+/* $OpenBSD: ym.c,v 1.5 1999/01/24 15:58:54 mickey Exp $ */
/*
@@ -41,7 +41,6 @@
#include <machine/cpu.h>
#include <machine/intr.h>
#include <machine/bus.h>
-#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>