diff options
| -rw-r--r-- | sys/alpha/alpha/fp_emulate.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/pmap.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/promcons.c | 1 | ||||
| -rw-r--r-- | sys/alpha/mcbus/mcpcia.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/apecs.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/cia.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/irongate.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/lca.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/t2.c | 1 | ||||
| -rw-r--r-- | sys/alpha/pci/tsunami.c | 1 | ||||
| -rw-r--r-- | sys/alpha/tlsb/dwlpx.c | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/sys/alpha/alpha/fp_emulate.c b/sys/alpha/alpha/fp_emulate.c index 26ecaf7d13ef..cc49bc2b26d9 100644 --- a/sys/alpha/alpha/fp_emulate.c +++ b/sys/alpha/alpha/fp_emulate.c @@ -32,6 +32,7 @@ #include <sys/sysent.h> #include <sys/proc.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <vm/vm.h> #include <vm/vm_kern.h> #include <vm/vm_page.h> diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index f70bd00893bf..4d62f4bcb4c3 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -160,6 +160,7 @@ #include <vm/vm.h> #include <vm/vm_param.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <vm/vm_kern.h> #include <vm/vm_page.h> #include <vm/vm_map.h> diff --git a/sys/alpha/alpha/promcons.c b/sys/alpha/alpha/promcons.c index 47fba42b05f4..fa0511d20d81 100644 --- a/sys/alpha/alpha/promcons.c +++ b/sys/alpha/alpha/promcons.c @@ -41,6 +41,7 @@ #include <vm/vm.h> #include <vm/vm_param.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <vm/vm_kern.h> #include <vm/vm_page.h> #include <vm/vm_map.h> diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index c66a9bc17539..92a422d7b883 100644 --- a/sys/alpha/mcbus/mcpcia.c +++ b/sys/alpha/mcbus/mcpcia.c @@ -31,6 +31,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <machine/md_var.h> diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c index d67f7db49506..ba71978df273 100644 --- a/sys/alpha/pci/apecs.c +++ b/sys/alpha/pci/apecs.c @@ -60,6 +60,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <sys/proc.h> diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c index 34e0fb4ea29f..f48c66314f7e 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -96,6 +96,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <sys/proc.h> diff --git a/sys/alpha/pci/irongate.c b/sys/alpha/pci/irongate.c index 4cfdd746dc60..b1ba10dcf931 100644 --- a/sys/alpha/pci/irongate.c +++ b/sys/alpha/pci/irongate.c @@ -36,6 +36,7 @@ #include <machine/bus.h> #include <sys/rman.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <pci/pcivar.h> #include <pci/pcireg.h> diff --git a/sys/alpha/pci/lca.c b/sys/alpha/pci/lca.c index 323c94c79604..3b942f7a9d33 100644 --- a/sys/alpha/pci/lca.c +++ b/sys/alpha/pci/lca.c @@ -31,6 +31,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c index e0fe4acaa22b..5a80b6e5456e 100644 --- a/sys/alpha/pci/t2.c +++ b/sys/alpha/pci/t2.c @@ -57,6 +57,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <sys/proc.h> diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c index 2e67cb983815..feacfa2a9cd4 100644 --- a/sys/alpha/pci/tsunami.c +++ b/sys/alpha/pci/tsunami.c @@ -38,6 +38,7 @@ #include <sys/rman.h> #include <sys/interrupt.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <pci/pcivar.h> #include <alpha/isa/isavar.h> diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c index 2f778ef64616..153fbad5e735 100644 --- a/sys/alpha/tlsb/dwlpx.c +++ b/sys/alpha/tlsb/dwlpx.c @@ -64,6 +64,7 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/module.h> +#include <sys/mutex.h> #include <sys/bus.h> #include <machine/bus.h> #include <machine/md_var.h> |
