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/ie/if_ie.c | |
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/ie/if_ie.c')
-rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 903b1e2..dc45440 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.32 1996/01/26 09:27:26 phk Exp $ + * $Id: if_ie.c,v 1.33 1996/02/06 18:50:45 wollman Exp $ */ /* @@ -146,11 +146,9 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #include <machine/clock.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/ic/i82586.h> #include <i386/isa/if_iereg.h> -#include <i386/isa/icu.h> #include <i386/isa/if_ie507.h> #include <i386/isa/elink.h> |