summaryrefslogtreecommitdiffstats
path: root/sys/dev/zs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-03 06:10:02 +0000
committerphk <phk@FreeBSD.org>2004-06-03 06:10:02 +0000
commit9db9f1379ca05ad37f0569dd051eb23559b115cd (patch)
treeda52729917e8a1aebb51899343d0f6950d6213a9 /sys/dev/zs
parentc0b3b891ee65cfb5e9ea95160902083dcf4f5312 (diff)
downloadFreeBSD-src-9db9f1379ca05ad37f0569dd051eb23559b115cd.zip
FreeBSD-src-9db9f1379ca05ad37f0569dd051eb23559b115cd.tar.gz
Add missing <sys/module.h> includes currently relying on nested include
in <sys/kernel.h>
Diffstat (limited to 'sys/dev/zs')
-rw-r--r--sys/dev/zs/zs_sbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/zs/zs_sbus.c b/sys/dev/zs/zs_sbus.c
index f55ccc0..796d076 100644
--- a/sys/dev/zs/zs_sbus.c
+++ b/sys/dev/zs/zs_sbus.c
@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/module.h>
#include <machine/bus.h>
#include <machine/resource.h>
#include <sys/rman.h>
OpenPOWER on IntegriCloud