summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-18 01:22:40 +0000
committerbde <bde@FreeBSD.org>1996-06-18 01:22:40 +0000
commit097df5e884db7600b452a23b84796190968a7f22 (patch)
treea192524727d52e0cfbf39a69b595306debd5e97f /sys/i386/isa/if_ep.c
parent6690bcda709953408fcf2f24238427f76b273169 (diff)
downloadFreeBSD-src-097df5e884db7600b452a23b84796190968a7f22.zip
FreeBSD-src-097df5e884db7600b452a23b84796190968a7f22.tar.gz
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
is only used by the icu support modules and by a few drivers that know too much about the icu (most only use it to convert `n' to `IRQn'). isa.h is only used by ioconf.c and by a few drivers that know too much about isa addresses (a few have to, because config is deficient).
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r--sys/i386/isa/if_ep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index 3f6c1c8..691034c 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.47 1996/06/14 22:11:35 nate Exp $
+ * $Id: if_ep.c,v 1.48 1996/06/15 00:43:03 nate Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -108,9 +108,7 @@
#include <machine/clock.h>
#endif
-#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
-#include <i386/isa/icu.h>
#include <i386/isa/if_epreg.h>
#include <i386/isa/elink.h>
OpenPOWER on IntegriCloud