diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
commit | f1aace4c284d1880200a3f0d807d8d52df86e32e (patch) | |
tree | 012da8a481f8b69d007dff6ca12d8696caa7b57d /sys/dev/ic/smc91cxx.c | |
parent | 115bf410b3d9a103646ec9354add04ec05ecb99d (diff) |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys/dev/ic/smc91cxx.c')
-rw-r--r-- | sys/dev/ic/smc91cxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index bc30a516f52..5caa5ca0c9c 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc91cxx.c,v 1.17 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: smc91cxx.c,v 1.18 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */ /*- @@ -123,7 +123,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <dev/ic/smc91cxxreg.h> |