summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc/if_lnc_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/lnc/if_lnc_pci.c')
-rw-r--r--sys/dev/lnc/if_lnc_pci.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c
index 0bdedd8..4e66bf1 100644
--- a/sys/dev/lnc/if_lnc_pci.c
+++ b/sys/dev/lnc/if_lnc_pci.c
@@ -17,12 +17,9 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: if_lnc_p.c,v 1.9 1999/05/09 17:06:55 peter Exp $
+ * $Id: if_lnc_p.c,v 1.10 1999/05/10 22:39:37 paul Exp $
*/
-#include "pci.h"
-#if NPCI > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -97,6 +94,3 @@ lnc_pci_attach(config_id, unit)
return;
}
-
-#endif /* NPCI > 0 */
-
OpenPOWER on IntegriCloud