diff options
Diffstat (limited to 'sys/i386/isa/seagate.c')
-rw-r--r-- | sys/i386/isa/seagate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index 939f037..3d962e7 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -60,7 +60,7 @@ * that category, with the possible exception of scanners and * some of the older MO drives. * - * $Id: seagate.c,v 1.27 1997/11/07 09:20:30 phk Exp $ + * $Id: seagate.c,v 1.28 1998/04/15 17:26:17 bde Exp $ */ /* @@ -126,8 +126,6 @@ #include <scsi/scsiconf.h> -#include "ioconf.h" - #ifdef DEBUG # define PRINT(s) printf s #else |