From e5f4c63f137412a3f0691e64764e14569e7980db Mon Sep 17 00:00:00 2001
From: peter <peter@FreeBSD.org>
Date: Sat, 3 Jul 1999 20:17:08 +0000
Subject: Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
 files.  config will leave the whole file out if configured to do so.

---
 sys/dev/vx/if_vx_pci.c | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'sys/dev/vx')

diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index 1e6aa76..2bad3b0 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/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 */
-- 
cgit v1.1