summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-27 05:38:32 +0000
committermsmith <msmith@FreeBSD.org>1998-02-27 05:38:32 +0000
commit54cbf8c44a158b40748e6363b5f62017a6468fca (patch)
tree4a4c80afdd90044d9b4ef01479fec7d34dc52d57 /sys/i386/isa/if_ep.c
parent1587a18c3ea1e502fe25fc005870412817b28c71 (diff)
downloadFreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.zip
FreeBSD-src-54cbf8c44a158b40748e6363b5f62017a6468fca.tar.gz
Fix some style nits and remove an unused header.
Submitted by: bde
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r--sys/i386/isa/if_ep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index dbbf8db..2698449 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/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>
/*
OpenPOWER on IntegriCloud