summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-02-03 11:51:12 +0000
committerdg <dg@FreeBSD.org>1994-02-03 11:51:12 +0000
commitbf8b8005533a51ca54e66cfc883313d072c60a08 (patch)
treeb1bdfc770d7cbb8444d7fc2708fed06b33d9cfc3 /sys/dev/ie
parentf760088c2b0746638f08038c4bd28b8ee91f26ef (diff)
downloadFreeBSD-src-bf8b8005533a51ca54e66cfc883313d072c60a08.zip
FreeBSD-src-bf8b8005533a51ca54e66cfc883313d072c60a08.tar.gz
if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""
for include files. if_ed, if_ie, if_is: don't include netisr.h.
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 613f03e..95095bd 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -39,7 +39,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.1 1993/10/12 06:52:31 rgrimes Exp $
+ * $Id: if_ie.c,v 1.2 1993/11/25 01:31:36 wollman Exp $
*/
/*
@@ -115,7 +115,6 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff.
#include "net/if.h"
#include "net/if_types.h"
#include "net/if_dl.h"
-#include "net/netisr.h"
#include "net/route.h"
#include "bpfilter.h"
OpenPOWER on IntegriCloud