diff options
author | scottl <scottl@FreeBSD.org> | 2005-08-08 12:16:21 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-08-08 12:16:21 +0000 |
commit | 49e526ab385f4a3b98c51482597b75853bbfcaeb (patch) | |
tree | c6505d39c57568871fa01d3663298277128abe95 /sys/dev/amr/amr_pci.c | |
parent | 23635726251c53a8c24046d76f2bf60be8d8be56 (diff) | |
download | FreeBSD-src-49e526ab385f4a3b98c51482597b75853bbfcaeb.zip FreeBSD-src-49e526ab385f4a3b98c51482597b75853bbfcaeb.tar.gz |
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.
Diffstat (limited to 'sys/dev/amr/amr_pci.c')
-rw-r--r-- | sys/dev/amr/amr_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 0fdfd8c..c2c9f1b 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -62,7 +62,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> |