diff options
author | jhb <jhb@FreeBSD.org> | 2001-10-19 19:23:32 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-10-19 19:23:32 +0000 |
commit | d0bdf2ae5d42ad351222b5f6f7546578d79cfbe9 (patch) | |
tree | 9ac73da5280f99dd1489f6424cb30be4857a87fd /sys/alpha/pci | |
parent | 7c87908b486522ac17a11bbaa99f17f998bc4f5c (diff) | |
download | FreeBSD-src-d0bdf2ae5d42ad351222b5f6f7546578d79cfbe9.zip FreeBSD-src-d0bdf2ae5d42ad351222b5f6f7546578d79cfbe9.tar.gz |
Remove unneeded sys/mutex.h includes.
Diffstat (limited to 'sys/alpha/pci')
-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 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c index 4b30176..ebe350b 100644 --- a/sys/alpha/pci/apecs.c +++ b/sys/alpha/pci/apecs.c @@ -60,7 +60,6 @@ #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 c02130f..c2bcafc 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -96,7 +96,6 @@ #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 17bdd33..6421d35 100644 --- a/sys/alpha/pci/irongate.c +++ b/sys/alpha/pci/irongate.c @@ -36,7 +36,6 @@ #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 b1bfa15..92a5afa 100644 --- a/sys/alpha/pci/lca.c +++ b/sys/alpha/pci/lca.c @@ -31,7 +31,6 @@ #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 815f0be..dcd9ec4 100644 --- a/sys/alpha/pci/t2.c +++ b/sys/alpha/pci/t2.c @@ -57,7 +57,6 @@ #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 3aac951..1ca0803 100644 --- a/sys/alpha/pci/tsunami.c +++ b/sys/alpha/pci/tsunami.c @@ -38,7 +38,6 @@ #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> |