summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/tw.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:00:34 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:00:34 +0000
commit53ed6e8650db433c8c3ed7b95fc5c89b32c410e9 (patch)
tree140f309a1ebf7d3a206b2f6aff452c14cd884cc0 /sys/i386/isa/tw.c
parent468e098fa06ecb5ee40aafa0d93eefc5f429c666 (diff)
downloadFreeBSD-src-53ed6e8650db433c8c3ed7b95fc5c89b32c410e9.zip
FreeBSD-src-53ed6e8650db433c8c3ed7b95fc5c89b32c410e9.tar.gz
Remove #if NFOO > 0 (it's not required in most cases) and also where it
isn't used as a result, remove #include "foo.h". Many of these drivers still use NFOO for softc struct sizing etc however.
Diffstat (limited to 'sys/i386/isa/tw.c')
-rw-r--r--sys/i386/isa/tw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/isa/tw.c b/sys/i386/isa/tw.c
index be85785..e560dda 100644
--- a/sys/i386/isa/tw.c
+++ b/sys/i386/isa/tw.c
@@ -33,7 +33,6 @@
*/
#include "tw.h"
-#if NTW > 0
/*
* Driver configuration parameters
@@ -1153,5 +1152,3 @@ static int twchecktime(int target, int tol)
}
}
#endif /* HIRESTIME */
-
-#endif /* NTW */
OpenPOWER on IntegriCloud