From fa26744c0466d48dfd3d7286ce110cacf6a66ec2 Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 19 Mar 1999 05:42:00 +0000 Subject: don't need isa_machdep.h, since isavar.h is included --- sys/dev/isa/seagate.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/isa/seagate.c b/sys/dev/isa/seagate.c index d3d5082d890..62c3ef6bcda 100644 --- a/sys/dev/isa/seagate.c +++ b/sys/dev/isa/seagate.c @@ -1,4 +1,4 @@ -/* $NetBSD: seagate.c,v 1.32 1999/02/19 16:15:07 mycroft Exp $ */ +/* $NetBSD: seagate.c,v 1.33 1999/03/19 05:42:00 cgd Exp $ */ /* * ST01/02, Future Domain TMC-885, TMC-950 SCSI driver @@ -86,8 +86,7 @@ #include #include -#include -#include /* XXX USES ISA HOLE DIRECTLY */ +#include /* XXX USES ISA HOLE DIRECTLY */ #define SEA_SCB_MAX 32 /* allow maximally 8 scsi control blocks */ #define SCB_TABLE_SIZE 8 /* start with 8 scb entries in table */ -- cgit