diff options
author | bde <bde@FreeBSD.org> | 1996-06-18 01:22:40 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-06-18 01:22:40 +0000 |
commit | 097df5e884db7600b452a23b84796190968a7f22 (patch) | |
tree | a192524727d52e0cfbf39a69b595306debd5e97f /sys/dev/scd | |
parent | 6690bcda709953408fcf2f24238427f76b273169 (diff) | |
download | FreeBSD-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/dev/scd')
-rw-r--r-- | sys/dev/scd/scd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 1c43341..f6c15e4 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.20 1996/05/03 16:49:03 phk Exp $ */ +/* $Id: scd.c,v 1.21 1996/06/08 09:18:23 bde Exp $ */ /* Please send any comments to micke@dynas.se */ @@ -72,7 +72,6 @@ #include <machine/clock.h> #include <machine/stdarg.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/scdreg.h> |