diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-06-25 13:42:48 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-06-25 13:42:48 +0000 |
| commit | 40cdee9dabeb39b6d0ea97d66453a95dca1e1457 (patch) | |
| tree | 10f7525fd260932d4cd76d75817686faf1212112 | |
| parent | 6122c0cd5ea53dfdac3b513914c108e0e8496664 (diff) | |
Notes
| -rw-r--r-- | sys/dev/zs/zs_macio.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/aim/nexus.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/ofw/ofw_pcib_pci.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/ofw/ofw_syscons.c | 1 | ||||
| -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 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/nexus.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/psim/iobus.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/psim/openpic_iobus.c | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/zs/zs_macio.c b/sys/dev/zs/zs_macio.c index 7d4e179552780..182fe77698e33 100644 --- a/sys/dev/zs/zs_macio.c +++ b/sys/dev/zs/zs_macio.c @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/interrupt.h> #include <sys/kernel.h> diff --git a/sys/powerpc/aim/nexus.c b/sys/powerpc/aim/nexus.c index 62b92c689fb4f..bed24d6ec94c2 100644 --- a/sys/powerpc/aim/nexus.c +++ b/sys/powerpc/aim/nexus.c @@ -58,6 +58,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/cons.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 96c8d56b3a24f..6cf5cb8715563 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -28,6 +28,7 @@ */ #include <sys/param.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 697e75db18c57..504b87df60dca 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 9db68f0e02329..56a28b0cd8181 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 c08e0421574b7..1faa92a86c4b1 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 8f76f9deae9fc..8e4fc3553bba6 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 6ad431867af56..0f8b0e2552000 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 8a77f2be52b4e..c609a00586777 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> diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 62b92c689fb4f..bed24d6ec94c2 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -58,6 +58,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/module.h> #include <sys/bus.h> #include <sys/cons.h> #include <sys/kernel.h> diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index e57f14e8f29a5..9a1de335a9135 100644 --- a/sys/powerpc/psim/iobus.c +++ b/sys/powerpc/psim/iobus.c @@ -39,6 +39,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/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 5fd524d90eca1..638e747e2d597 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -35,6 +35,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> |
