summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
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/isa
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/isa')
-rw-r--r--sys/amd64/isa/atpic.c1
-rw-r--r--sys/amd64/isa/clock.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c
index 98276b7..c1f0178 100644
--- a/sys/amd64/isa/atpic.c
+++ b/sys/amd64/isa/atpic.c
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/proc.h>
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index fca9127..99a0f56 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/lock.h>
+#include <sys/module.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud