summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-13 02:42:23 +0000
committerimp <imp@FreeBSD.org>2004-07-13 02:42:23 +0000
commit02b4d8a4382625d9213b44ed3b99010b67c99558 (patch)
tree37d8bd4aa45d8012f95ac597e2ba31452cf5dfe7 /sys/dev
parent420555b33396dddd2c1deadad22f9eb4f7161477 (diff)
downloadFreeBSD-src-02b4d8a4382625d9213b44ed3b99010b67c99558.zip
FreeBSD-src-02b4d8a4382625d9213b44ed3b99010b67c99558.tar.gz
Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead
explicitly include it.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdc/fdc.c1
-rw-r--r--sys/dev/fdc/fdc_isa.c2
-rw-r--r--sys/dev/fdc/fdc_pccard.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 9415f5d..33f9ce4 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -70,6 +70,7 @@ __FBSDID("$FreeBSD$");
#include <sys/rman.h>
#include <sys/systm.h>
+#include <machine/bus.h>
#include <machine/clock.h>
#include <machine/stdarg.h>
diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c
index 9880423..6a4fd89 100644
--- a/sys/dev/fdc/fdc_isa.c
+++ b/sys/dev/fdc/fdc_isa.c
@@ -37,6 +37,8 @@ __FBSDID("$FreeBSD$");
#include <sys/rman.h>
#include <sys/systm.h>
+#include <machine/bus.h>
+
#include <dev/fdc/fdcvar.h>
#include <dev/fdc/fdcreg.h>
diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c
index 5e186c6..c3cd334 100644
--- a/sys/dev/fdc/fdc_pccard.c
+++ b/sys/dev/fdc/fdc_pccard.c
@@ -37,6 +37,8 @@ __FBSDID("$FreeBSD$");
#include <sys/rman.h>
#include <sys/systm.h>
+#include <machine/bus.h>
+
#include <dev/fdc/fdcvar.h>
#include <dev/fdc/fdcreg.h>
OpenPOWER on IntegriCloud