From d4da5d72113d0011e0d1339b61961137ac192469 Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 2 Sep 2002 00:52:11 +0000 Subject: Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921, i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are no longer count devices. Also remove a few other instances of N being used to control compilation of whole files. Reviewed by: hm --- sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c') diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c index 251cda7..2dad8b0 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c @@ -35,10 +35,6 @@ * *---------------------------------------------------------------------------*/ -#include "ifpi2.h" - -#if (NIFPI2 > 0) - #include #include #include @@ -239,5 +235,3 @@ ifpi2_mph_command_req(int unit, int command, void *parm) return(0); } - -#endif /* NIFPI2 > 0 */ -- cgit v1.1