summaryrefslogtreecommitdiff
path: root/sys/pci/if_vx_pci.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
commit9929d2a04579258af0adcb0b3ca952b9c06f13ad (patch)
treea98bed25eeef8ed0c373e4e285129b7d14937824 /sys/pci/if_vx_pci.c
parent279f2101e732045b16d5fa11c0e0f1b6730be6a7 (diff)
Notes
Diffstat (limited to 'sys/pci/if_vx_pci.c')
-rw-r--r--sys/pci/if_vx_pci.c4
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 */