diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-02 18:50:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-02 18:50:18 +0000 |
commit | f69c34f1f466cc92465f6ce596cd9eeee9a5249b (patch) | |
tree | 04f69239fd076be0fcde840d909353e3530e3ed6 /sys/dev/ic/aic7xxx.c | |
parent | df9ef119705263c33cf1e2916110c7f92f985000 (diff) |
No need to include pci header files here.
Diffstat (limited to 'sys/dev/ic/aic7xxx.c')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 6042dba3169..d4e78e3e0e4 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.40 2000/01/07 23:08:17 gibbs Exp $ - * $OpenBSD: aic7xxx.c,v 1.22 2000/07/03 22:18:36 smurph Exp $ + * $OpenBSD: aic7xxx.c,v 1.23 2000/08/02 18:50:17 aaron Exp $ */ /* * A few notes on features of the driver. @@ -91,10 +91,6 @@ #include <machine/bus.h> #include <machine/intr.h> -#include <dev/pci/pcireg.h> -#include <dev/pci/pcivar.h> -#include <dev/pci/pcidevs.h> - #include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> |