summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-15 11:58:34 +0000
committerphk <phk@FreeBSD.org>2004-09-15 11:58:34 +0000
commita93766638a504b60f55dd9be9f6b030e8fc42101 (patch)
treec9c2078efff0f92827932fe1c2df0839c2a2396d /sys/dev/aha
parent68af55d74a83e4e55d7acda278e82f0eb0677bb5 (diff)
downloadFreeBSD-src-a93766638a504b60f55dd9be9f6b030e8fc42101.zip
FreeBSD-src-a93766638a504b60f55dd9be9f6b030e8fc42101.tar.gz
#include <isa/isavar.h> instead of <i386/isa/isa_dma.h>
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/aha_mca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c
index 730e57e..69fcf14 100644
--- a/sys/dev/aha/aha_mca.c
+++ b/sys/dev/aha/aha_mca.c
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#include <machine/resource.h>
#include <sys/rman.h>
-#include <i386/isa/isa_dma.h>
+#include <isa/isavar.h>
#include <dev/mca/mca_busreg.h>
#include <dev/mca/mca_busvar.h>
OpenPOWER on IntegriCloud