diff options
| author | mycroft <mycroft@NetBSD.org> | 1996-05-12 23:51:23 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1996-05-12 23:51:23 +0000 |
| commit | cec36bf8d560bc6c6dc9da0ceaf408d4942d95ef (patch) | |
| tree | f3cc9f31ce622d3a28f54e13db234aaba9976346 /sys/dev/ata | |
| parent | 6e2250caf3022c37e85f6cd4d0d1a6aeb34e958a (diff) | |
Use intr.h.
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/wd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c index ffb8ff0d902..b2fc8e2bb57 100644 --- a/sys/dev/ata/wd.c +++ b/sys/dev/ata/wd.c @@ -1,4 +1,4 @@ -/* $NetBSD: wd.c,v 1.149 1996/04/29 19:50:47 christos Exp $ */ +/* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -51,6 +51,7 @@ #include <vm/vm.h> #include <machine/cpu.h> +#include <machine/intr.h> #include <machine/pio.h> #include <dev/isa/isavar.h> |
