aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/pci
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-03 05:58:30 +0000
commitfd360128ff650ef47e76625cf17b837389c0eb64 (patch)
treee81723b80e836766723f4a116338bbb0c1dfa6d3 /sys/sparc64/pci
parentac830b58d121a267feddd5f80ffcbee89b079c2e (diff)
downloadsrc-fd360128ff650ef47e76625cf17b837389c0eb64.tar.gz
src-fd360128ff650ef47e76625cf17b837389c0eb64.zip
Add missing <sys/module.h> instances which were shadowed by the nested
include in <sys/kernel.h>
Notes
Notes: svn path=/head/; revision=130025
Diffstat (limited to 'sys/sparc64/pci')
-rw-r--r--sys/sparc64/pci/apb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/pci/apb.c b/sys/sparc64/pci/apb.c
index 261186c17ecc..be43974d9dc1 100644
--- a/sys/sparc64/pci/apb.c
+++ b/sys/sparc64/pci/apb.c
@@ -45,6 +45,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/module.h>
#include <sys/bus.h>
#include <dev/ofw/openfirm.h>