summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-11 17:52:20 +0000
committerjhb <jhb@FreeBSD.org>2001-10-11 17:52:20 +0000
commit4c62ba7c5806c4e10423cba835de1a641d0155a4 (patch)
tree874ba678dc3521e84898472030e6f4b33b4c76ed /sys/dev
parent50430063cd01bcdd44d1182025865abf15bf2de7 (diff)
downloadFreeBSD-src-4c62ba7c5806c4e10423cba835de1a641d0155a4.zip
FreeBSD-src-4c62ba7c5806c4e10423cba835de1a641d0155a4.tar.gz
Add missing includes of sys/lock.h.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi_powerprofile.c1
-rw-r--r--sys/dev/an/if_an.c1
-rw-r--r--sys/dev/an/if_an_pci.c1
-rw-r--r--sys/dev/vinum/vinumvar.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_powerprofile.c b/sys/dev/acpica/acpi_powerprofile.c
index a7544f0..d5d952c 100644
--- a/sys/dev/acpica/acpi_powerprofile.c
+++ b/sys/dev/acpica/acpi_powerprofile.c
@@ -28,6 +28,7 @@
#include "opt_acpi.h" /* XXX trim includes */
#include <sys/param.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/bus.h>
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index ed34c4a..8507069 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -107,6 +107,7 @@
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <machine/resource.h>
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 66e9722..3d0223d 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -69,6 +69,7 @@
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <machine/resource.h>
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index dbc2408..53cb72c 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -43,6 +43,7 @@
#include <sys/time.h>
#include <dev/vinum/vinumstate.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
/*
OpenPOWER on IntegriCloud