diff options
Diffstat (limited to 'sys/dev/vx/if_vx_pci.c')
-rw-r--r-- | sys/dev/vx/if_vx_pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index e4910ad..c9f918d 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -30,7 +30,6 @@ */ #include "vx.h" -#if NVX > 0 #include <sys/param.h> #include <sys/systm.h> @@ -138,5 +137,3 @@ static struct pci_device vxdevice = { }; COMPAT_PCI_DRIVER (vx, vxdevice); - -#endif /* NVX */ |