diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-24 15:58:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-24 15:58:55 +0000 |
commit | 400cab9822208954bb048a57789cbf965f35a751 (patch) | |
tree | 305647f04c323b554d6592e052fe68098e2d81b5 /sys/dev/isa/pas.c | |
parent | b733812e19abb12d73ac0f40a135e0e0cbdbc24b (diff) |
remove unneeded pio.h inclusion
Diffstat (limited to 'sys/dev/isa/pas.c')
-rw-r--r-- | sys/dev/isa/pas.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |