summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 14:41:52 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 14:41:52 +0000
commit9c240b8a2d78895553ed71d511f493d4aa89e5d6 (patch)
treefd4cc0b9001f34cf2dcdbcd3c53be8429d3cea38 /sys/dev/ie
parentc63e4d9590600be9f8b5f83a8bc1581c288fe542 (diff)
downloadFreeBSD-src-9c240b8a2d78895553ed71d511f493d4aa89e5d6.zip
FreeBSD-src-9c240b8a2d78895553ed71d511f493d4aa89e5d6.tar.gz
Remove #if NIE > 0 test, it's guaranteed to be true by config.
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index dbb8f7e..0b6736f 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -107,7 +107,6 @@ iomem and and with 0xffff.
*/
#include "ie.h"
-#if NIE > 0
#include "opt_inet.h"
#include "opt_ipx.h"
@@ -2321,4 +2320,3 @@ print_rbd(volatile struct ie_recv_buf_desc * rbd)
}
#endif /* DEBUG */
-#endif /* NIE > 0 */
OpenPOWER on IntegriCloud