summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1994-04-24 01:29:56 +0000
committermycroft <mycroft@NetBSD.org>1994-04-24 01:29:56 +0000
commit84752ce046328e6f7f35c1ceba2befb920cc72b9 (patch)
tree1476ef976d6f6cb9dd69203949031d503ea8c6be /sys/dev/ata
parentd3972d5149114e0515be9df6f6c9af58ce34b60d (diff)
Don't need isa.h.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/wd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c
index 5f1ed0b8f48..7ab813b33fd 100644
--- a/sys/dev/ata/wd.c
+++ b/sys/dev/ata/wd.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.78 1994/04/20 07:23:54 mycroft Exp $
+ * $Id: wd.c,v 1.79 1994/04/24 01:30:04 mycroft Exp $
*/
#define INSTRUMENT /* instrumentation stuff by Brad Parker */
@@ -64,7 +64,6 @@
#include <machine/cpufunc.h>
#include <machine/pio.h>
-#include <i386/isa/isa.h>
#ifndef NEWCONFIG
#include <i386/isa/isa_device.h>
#endif