summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2007-09-19 05:09:10 +0000
committerBrad Smith <brad@cvs.openbsd.org>2007-09-19 05:09:10 +0000
commit0f41357ff77f6cac4a98b72a826ed1da71cca021 (patch)
tree448761922bbeb7f4e7d3e41470d7c4ba6ab99981 /sys/dev/isa
parentd1ca28e6eb4e7f44124ade5f364eab23ba289014 (diff)
don't need to wrap the code in #if NEX > 0
ok dlg@
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/if_ex.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/isa/if_ex.c b/sys/dev/isa/if_ex.c
index 9a9911974bb..956a11efac4 100644
--- a/sys/dev/isa/if_ex.c
+++ b/sys/dev/isa/if_ex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ex.c,v 1.19 2007/09/19 04:52:15 brad Exp $ */
+/* $OpenBSD: if_ex.c,v 1.20 2007/09/19 05:09:09 brad Exp $ */
/*
* Copyright (c) 1997, Donald A. Schmidt
* Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es)
@@ -35,8 +35,6 @@
* 30-Oct-1996: first beta version. Inet and BPF supported, but no multicast.
*/
-#include "ex.h"
-#if NEX > 0
#include "bpfilter.h"
#include <sys/param.h>
@@ -880,5 +878,3 @@ eeprom_read(struct ex_softc *sc, int location)
BANK_SEL(Bank0_Sel);
return(data);
}
-
-#endif /* NEX > 0 */