aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-03-01 05:07:19 +0000
committerScott Long <scottl@FreeBSD.org>2003-03-01 05:07:19 +0000
commit9e2e96d803d358ab745ae25f165246e400d26c98 (patch)
tree32e5264dd83ec4ac67736323c0c2b392319f1b27 /sys/dev/aac/aac_pci.c
parentcb91dd133aac15720f2b8a4e7ece32bcd4bcacbf (diff)
downloadsrc-9e2e96d803d358ab745ae25f165246e400d26c98.tar.gz
src-9e2e96d803d358ab745ae25f165246e400d26c98.zip
The aac driver has evolved enough over the last few months that it no
longer resembles the 4.x version very much. Garbage collect the legacy bits.
Notes
Notes: svn path=/head/; revision=111691
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 34c1b9a91665..1a4545f81fe3 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -39,7 +39,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <dev/aac/aac_compat.h>
+#include <sys/bio.h>
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/devicestat.h>