diff options
Diffstat (limited to 'sys/pci/if_vx_pci.c')
| -rw-r--r-- | sys/pci/if_vx_pci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c index 1e6aa769d3fd..2bad3b03648b 100644 --- a/sys/pci/if_vx_pci.c +++ b/sys/pci/if_vx_pci.c @@ -29,9 +29,6 @@ * $FreeBSD$ */ -#include "pci.h" -#if NPCI > 0 - #include "vx.h" #if NVX > 0 @@ -141,4 +138,3 @@ static struct pci_device vxdevice = { COMPAT_PCI_DRIVER (vx, vxdevice); #endif /* NVX */ -#endif /* NPCI */ |
