summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci
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/amd64/pci
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/amd64/pci')
-rw-r--r--sys/amd64/pci/pci_bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 4ee9c68..3611b1b 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <sys/module.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
OpenPOWER on IntegriCloud