aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amr_disk.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-08-08 12:16:21 +0000
committerScott Long <scottl@FreeBSD.org>2005-08-08 12:16:21 +0000
commit9cf8dd43cf86ba1c9431697c994b710d8d01a370 (patch)
treec6505d39c57568871fa01d3663298277128abe95 /sys/dev/amr/amr_disk.c
parent2069c3305de25bb20f6a0ab83ed111991f08fea2 (diff)
downloadsrc-9cf8dd43cf86ba1c9431697c994b710d8d01a370.tar.gz
src-9cf8dd43cf86ba1c9431697c994b710d8d01a370.zip
Complete the removal of __FreeBSD_version checks from the amr driver. The
driver had advanced enough over the years that direct sharing of code with FreeBSD 4.x was in no way possible anymore.
Notes
Notes: svn path=/head/; revision=148850
Diffstat (limited to 'sys/dev/amr/amr_disk.c')
-rw-r--r--sys/dev/amr/amr_disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c
index 164d419bd7a9..a394deeb1441 100644
--- a/sys/dev/amr/amr_disk.c
+++ b/sys/dev/amr/amr_disk.c
@@ -67,7 +67,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
-#include <dev/amr/amr_compat.h>
+#include <sys/bio.h>
#include <sys/bus.h>
#include <sys/conf.h>
@@ -196,7 +196,7 @@ amrd_intr(void *data)
bio->bio_resid = 0;
}
- AMR_BIO_FINISH(bio);
+ biodone(bio);
}
static int