diff options
author | brooks <brooks@FreeBSD.org> | 2002-09-02 00:52:11 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2002-09-02 00:52:11 +0000 |
commit | d4da5d72113d0011e0d1339b61961137ac192469 (patch) | |
tree | 1857854f619e540f3234405cb9ae620d70b94922 /sys/i4b/driver/i4b_trace.c | |
parent | c4f4388714c70defac789b47c61eeb2c9c3f4270 (diff) | |
download | FreeBSD-src-d4da5d72113d0011e0d1339b61961137ac192469.zip FreeBSD-src-d4da5d72113d0011e0d1339b61961137ac192469.tar.gz |
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<DEVICE>
being used to control compilation of whole files.
Reviewed by: hm
Diffstat (limited to 'sys/i4b/driver/i4b_trace.c')
-rw-r--r-- | sys/i4b/driver/i4b_trace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i4b/driver/i4b_trace.c b/sys/i4b/driver/i4b_trace.c index ebfc277..2fc2443 100644 --- a/sys/i4b/driver/i4b_trace.c +++ b/sys/i4b/driver/i4b_trace.c @@ -37,8 +37,6 @@ #include "i4btrc.h" -#if NI4BTRC > 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/ioccom.h> @@ -451,5 +449,3 @@ i4btrcioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td) } return(error); } - -#endif /* NI4BTRC > 0 */ |