From 0f41357ff77f6cac4a98b72a826ed1da71cca021 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 19 Sep 2007 05:09:10 +0000 Subject: don't need to wrap the code in #if NEX > 0 ok dlg@ --- sys/dev/isa/if_ex.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev/isa') 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 @@ -880,5 +878,3 @@ eeprom_read(struct ex_softc *sc, int location) BANK_SEL(Bank0_Sel); return(data); } - -#endif /* NEX > 0 */ -- cgit v1.2.3