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/fxp.c | |
parent | df9ef119705263c33cf1e2916110c7f92f985000 (diff) |
No need to include pci header files here.
Diffstat (limited to 'sys/dev/ic/fxp.c')
-rw-r--r-- | sys/dev/ic/fxp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index f4942b73e0e..8397b229b80 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.7 2000/07/20 16:22:26 ho Exp $ */ +/* $OpenBSD: fxp.c,v 1.8 2000/08/02 18:50:17 aaron Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -92,10 +92,6 @@ #include <dev/ic/fxpreg.h> #include <dev/ic/fxpvar.h> -#include <dev/pci/pcivar.h> -#include <dev/pci/pcireg.h> -#include <dev/pci/pcidevs.h> - #ifdef __alpha__ /* XXX */ /* XXX XXX NEED REAL DMA MAPPING SUPPORT XXX XXX */ #undef vtophys |