summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
committerjhb <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
commitb47bfbe544d34ff21bc24b57c556621eb2355e45 (patch)
tree6869afd0b266ec1a53538458bd3851edeeca014d /sys/dev/ichsmb
parentfc959358c9cfd55db6d055b3af2e84ebcc01f553 (diff)
downloadFreeBSD-src-b47bfbe544d34ff21bc24b57c556621eb2355e45.zip
FreeBSD-src-b47bfbe544d34ff21bc24b57c556621eb2355e45.tar.gz
Catch up to header include changes:
- <sys/mutex.h> now requires <sys/systm.h> - <sys/mutex.h> and <sys/sx.h> now require <sys/lock.h>
Diffstat (limited to 'sys/dev/ichsmb')
-rw-r--r--sys/dev/ichsmb/ichsmb.c1
-rw-r--r--sys/dev/ichsmb/ichsmb_pci.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c
index 71b9b7a..c17f09a 100644
--- a/sys/dev/ichsmb/ichsmb.c
+++ b/sys/dev/ichsmb/ichsmb.c
@@ -51,6 +51,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/errno.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/syslog.h>
#include <sys/bus.h>
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c
index 24c4423..cc39b8c 100644
--- a/sys/dev/ichsmb/ichsmb_pci.c
+++ b/sys/dev/ichsmb/ichsmb_pci.c
@@ -48,6 +48,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/errno.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/syslog.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud