diff options
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r-- | sys/pci/pcisupport.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index a4b6daa..dae2bac 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.36 1996/09/05 21:34:12 se Exp $ +** $Id: pcisupport.c,v 1.37 1996/09/06 09:21:48 rgrimes Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -46,7 +46,6 @@ #include <sys/systm.h> #include <sys/malloc.h> #include <sys/kernel.h> -#include <sys/devconf.h> #include <pci/pcivar.h> #include <pci/pcireg.h> |