summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/fhc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
committerphk <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
commitc0b3b891ee65cfb5e9ea95160902083dcf4f5312 (patch)
treee81723b80e836766723f4a116338bbb0c1dfa6d3 /sys/sparc64/fhc
parentdcf58b33190ae389ea199ffab8bd4b34a3572ddb (diff)
downloadFreeBSD-src-c0b3b891ee65cfb5e9ea95160902083dcf4f5312.zip
FreeBSD-src-c0b3b891ee65cfb5e9ea95160902083dcf4f5312.tar.gz
Add missing <sys/module.h> instances which were shadowed by the nested
include in <sys/kernel.h>
Diffstat (limited to 'sys/sparc64/fhc')
-rw-r--r--sys/sparc64/fhc/fhc_central.c1
-rw-r--r--sys/sparc64/fhc/fhc_nexus.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/fhc/fhc_central.c b/sys/sparc64/fhc/fhc_central.c
index 3f6a31a..ce35c0d 100644
--- a/sys/sparc64/fhc/fhc_central.c
+++ b/sys/sparc64/fhc/fhc_central.c
@@ -31,6 +31,7 @@
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <sys/module.h>
#include <dev/ofw/openfirm.h>
diff --git a/sys/sparc64/fhc/fhc_nexus.c b/sys/sparc64/fhc/fhc_nexus.c
index d62e189..f5d0951 100644
--- a/sys/sparc64/fhc/fhc_nexus.c
+++ b/sys/sparc64/fhc/fhc_nexus.c
@@ -31,6 +31,7 @@
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <sys/module.h>
#include <dev/ofw/openfirm.h>
OpenPOWER on IntegriCloud