diff options
author | grehan <grehan@FreeBSD.org> | 2004-06-25 13:42:48 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2004-06-25 13:42:48 +0000 |
commit | 976ffba921e2e773de0b6053241ae3681d20d2ab (patch) | |
tree | 10f7525fd260932d4cd76d75817686faf1212112 /sys/powerpc/powermac | |
parent | 8ce714e6e34bce42487802bd21bbc6f3b70377f9 (diff) | |
download | FreeBSD-src-976ffba921e2e773de0b6053241ae3681d20d2ab.zip FreeBSD-src-976ffba921e2e773de0b6053241ae3681d20d2ab.tar.gz |
Catchup to now-required <sys/module.h> for PowerPC
Diffstat (limited to 'sys/powerpc/powermac')
-rw-r--r-- | sys/powerpc/powermac/grackle.c | 1 | ||||
-rw-r--r-- | sys/powerpc/powermac/hrowpic.c | 1 | ||||
-rw-r--r-- | sys/powerpc/powermac/macio.c | 1 | ||||
-rw-r--r-- | sys/powerpc/powermac/openpic_macio.c | 1 | ||||
-rw-r--r-- | sys/powerpc/powermac/uninorth.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 9db68f0..56a28b0 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -29,6 +29,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index c08e042..1faa92a 100644 --- a/sys/powerpc/powermac/hrowpic.c +++ b/sys/powerpc/powermac/hrowpic.c @@ -41,6 +41,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 8f76f9d..8e4fc35 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -35,6 +35,7 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/module.h> #include <sys/bus.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/powerpc/powermac/openpic_macio.c b/sys/powerpc/powermac/openpic_macio.c index 6ad4318..0f8b0e2 100644 --- a/sys/powerpc/powermac/openpic_macio.c +++ b/sys/powerpc/powermac/openpic_macio.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index 8a77f2b..c609a00 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -27,6 +27,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/kernel.h> |