From f1aace4c284d1880200a3f0d807d8d52df86e32e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 12 May 2004 06:35:12 +0000 Subject: network drivers don't need to include bpfdesc.h ok krw@ canacar@ --- sys/dev/ic/am7990.c | 3 +-- sys/dev/ic/awi.c | 3 +-- sys/dev/ic/dp8390.c | 3 +-- sys/dev/ic/elink3.c | 3 +-- sys/dev/ic/fxp.c | 3 +-- sys/dev/ic/hme.c | 3 +-- sys/dev/ic/i82596.c | 3 +-- sys/dev/ic/pdq_ifsubr.c | 3 +-- sys/dev/ic/rln.c | 3 +-- sys/dev/ic/smc90cx6.c | 3 +-- sys/dev/ic/smc91cxx.c | 3 +-- sys/dev/ic/tropic.c | 3 +-- 12 files changed, 12 insertions(+), 24 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index fef55178fa7..ea5a6dde9c1 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.33 2003/08/18 18:23:58 jason Exp $ */ +/* $OpenBSD: am7990.c,v 1.34 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -61,7 +61,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index cbaab93411c..3e5cc4d093f 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.12 2003/04/27 11:22:52 ho Exp $ */ +/* $OpenBSD: awi.c,v 1.13 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -141,7 +141,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 785751813b7..37a461ef099 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.24 2002/10/09 23:43:11 krw Exp $ */ +/* $OpenBSD: dp8390.c,v 1.25 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -45,7 +45,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index c92700e54e4..1cc9187ae0b 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.61 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: elink3.c,v 1.62 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -60,7 +60,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index 739bf581a46..1cc6161496c 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.50 2004/05/01 00:03:59 beck Exp $ */ +/* $OpenBSD: fxp.c,v 1.51 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -73,7 +73,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 818a5b3b096..fe44f1f060d 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.29 2003/06/18 15:35:47 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.30 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */ /*- @@ -71,7 +71,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 6d379008810..769e2a7ecbf 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.23 2003/12/09 11:48:14 mickey Exp $ */ +/* $OpenBSD: i82596.c,v 1.24 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -159,7 +159,6 @@ Mode of operation: #if NBPFILTER > 0 #include -#include #endif #ifdef INET diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index 64c51f7e827..d2f1dddbdf6 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq_ifsubr.c,v 1.13 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: pdq_ifsubr.c,v 1.14 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */ /*- @@ -58,7 +58,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include -#include #endif #ifdef INET diff --git a/sys/dev/ic/rln.c b/sys/dev/ic/rln.c index 1d138bf7d5e..bc727c079c9 100644 --- a/sys/dev/ic/rln.c +++ b/sys/dev/ic/rln.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rln.c,v 1.15 2002/03/14 03:16:05 millert Exp $ */ +/* $OpenBSD: rln.c,v 1.16 2004/05/12 06:35:10 tedu Exp $ */ /* * David Leonard , 1999. Public Domain. * @@ -32,7 +32,6 @@ #if NBPFILTER > 0 #include -#include #endif #include diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c index 3f37f7c967e..54af8f8b178 100644 --- a/sys/dev/ic/smc90cx6.c +++ b/sys/dev/ic/smc90cx6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc90cx6.c,v 1.6 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: smc90cx6.c,v 1.7 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: smc90cx6.c,v 1.17 1996/05/07 01:43:18 thorpej Exp $ */ /* @@ -77,7 +77,6 @@ #if NBPFILTER > 0 #include -#include #endif #include 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 -#include #endif #include diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c index a70329796c2..bf927442f5d 100644 --- a/sys/dev/ic/tropic.c +++ b/sys/dev/ic/tropic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tropic.c,v 1.7 2003/10/21 18:58:50 jmc Exp $ */ +/* $OpenBSD: tropic.c,v 1.8 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: tropic.c,v 1.6 1999/12/17 08:26:31 fvdl Exp $ */ /* @@ -71,7 +71,6 @@ #if NBPFILTER > 0 #include -#include #endif #ifndef ifr_mtu -- cgit v1.2.3