aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-02-03 11:51:12 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-02-03 11:51:12 +0000
commit49255f96cb1eb01e40b164f7ad23be562ac61778 (patch)
treeb1bdfc770d7cbb8444d7fc2708fed06b33d9cfc3 /sys/dev/ie
parentfa9364990580cc9a1b6c8188195340a9fafc676a (diff)
Notes
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 613f03e348b7c..95095bdb515ba 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"