diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-10 10:11:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-10 10:11:25 +0000 |
commit | c8b4f9400f7d8ea72514ad5564c07a43bf2313e5 (patch) | |
tree | 40f5defeec5b688688e20a86895fdcd76f65003b /sys/dev/isa/if_eg.c | |
parent | 6fe8f82982b08693b335dbdf387410f1ceec3521 (diff) |
Proper use of bus_space makes the need for <machine/pio.h> obsolete, which
is good since not all isa capable platforms provide such a file.
Diffstat (limited to 'sys/dev/isa/if_eg.c')
-rw-r--r-- | sys/dev/isa/if_eg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c index 41699483bc7..2ed458eab94 100644 --- a/sys/dev/isa/if_eg.c +++ b/sys/dev/isa/if_eg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_eg.c,v 1.24 2003/01/27 19:09:12 jason Exp $ */ +/* $OpenBSD: if_eg.c,v 1.25 2003/04/10 10:11:24 miod Exp $ */ /* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */ /* @@ -71,7 +71,6 @@ #include <machine/cpu.h> #include <machine/intr.h> -#include <machine/pio.h> #include <dev/isa/isavar.h> #include <dev/isa/if_egreg.h> |