diff options
author | msmith <msmith@FreeBSD.org> | 1998-02-27 05:38:32 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-02-27 05:38:32 +0000 |
commit | 54cbf8c44a158b40748e6363b5f62017a6468fca (patch) | |
tree | 4a4c80afdd90044d9b4ef01479fec7d34dc52d57 /sys/dev | |
parent | 1587a18c3ea1e502fe25fc005870412817b28c71 (diff) | |
download | FreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.zip FreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.tar.gz |
Fix some style nits and remove an unused header.
Submitted by: bde
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ed/if_ed.c | 3 | ||||
-rw-r--r-- | sys/dev/ep/if_ep.c | 3 | ||||
-rw-r--r-- | sys/dev/fe/if_fe.c | 3 | ||||
-rw-r--r-- | sys/dev/sio/sio.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 849ef4e..17e4bc7 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.132 1998/02/05 04:08:41 eivind Exp $ + * $Id: if_ed.c,v 1.133 1998/02/06 12:13:15 eivind Exp $ */ /* @@ -205,7 +205,6 @@ static u_long ds_crc(u_char *ep); #if NCARD > 0 #include <sys/select.h> #include <pccard/cardinfo.h> -#include <pccard/driver.h> #include <pccard/slot.h> /* diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index dbbf8db..2698449 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.71 1998/02/04 22:32:19 eivind Exp $ + * $Id: if_ep.c,v 1.72 1998/02/06 12:13:16 eivind Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -155,7 +155,6 @@ struct isa_driver epdriver = { #if NCARD > 0 #include <sys/select.h> #include <pccard/cardinfo.h> -#include <pccard/driver.h> #include <pccard/slot.h> /* diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 32adfd2..0ce73b7 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.36 1997/12/15 20:30:47 eivind Exp $ + * $Id: if_fe.c,v 1.37 1998/01/08 23:40:53 eivind Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -129,7 +129,6 @@ #include <sys/select.h> #include <pccard/cardinfo.h> #include <pccard/slot.h> -#include <pccard/driver.h> #endif #include <i386/isa/ic/mb86960.h> diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 5374b32..b5aad90 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.196 1998/02/13 12:45:56 phk Exp $ + * $Id: sio.c,v 1.197 1998/02/14 16:17:17 nate Exp $ */ #include "opt_comconsole.h" @@ -92,7 +92,6 @@ #include "card.h" #if NCARD > 0 #include <pccard/cardinfo.h> -#include <pccard/driver.h> #include <pccard/slot.h> #endif |