aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_zp.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-06-18 01:22:40 +0000
committerBruce Evans <bde@FreeBSD.org>1996-06-18 01:22:40 +0000
commit9b2b0822b7a3081fce7dbb774093e8429c6e42eb (patch)
treea192524727d52e0cfbf39a69b595306debd5e97f /sys/i386/isa/if_zp.c
parent2379c52210dc2f98ef1f2e5dad773f8ed6f528c2 (diff)
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).
Notes
Notes: svn path=/head/; revision=16471
Diffstat (limited to 'sys/i386/isa/if_zp.c')
-rw-r--r--sys/i386/isa/if_zp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c
index f5d53fe5cf2a..1f151c88165f 100644
--- a/sys/i386/isa/if_zp.c
+++ b/sys/i386/isa/if_zp.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $
- * $Id: if_zp.c,v 1.19 1996/06/04 21:41:01 nate Exp $
+ * $Id: if_zp.c,v 1.20 1996/06/12 05:03:46 gpalmer Exp $
*/
/*-
* TODO:
@@ -145,9 +145,7 @@
#include <machine/clock.h>
-#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
-#include <i386/isa/icu.h>
#include <i386/isa/if_zpreg.h>
#include <i386/isa/pcic.h>