aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy_isa.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-01-30 17:05:58 +0000
committerBruce Evans <bde@FreeBSD.org>2001-01-30 17:05:58 +0000
commita89bda90b1a8c43c2199fc078eaf7d326fd2e95b (patch)
treef4168b30b2413d3bff211f9441a3c9b744525edc /sys/dev/cy/cy_isa.c
parent198e399f86d4b0030827114e47a3fcfd29e7afa7 (diff)
downloadsrc-a89bda90b1a8c43c2199fc078eaf7d326fd2e95b.tar.gz
src-a89bda90b1a8c43c2199fc078eaf7d326fd2e95b.zip
Added used include of <sys/mutex.h>. The SMP case was broken by
incompletely converting simplelocks to mutexes (COM_LOCK() is supposed to hide the SMP locking internals, but it now depends on mutex interfaces being visible).
Notes
Notes: svn path=/head/; revision=71846
Diffstat (limited to 'sys/dev/cy/cy_isa.c')
-rw-r--r--sys/dev/cy/cy_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 18245e34a658..bb91d19600ed 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -78,6 +78,7 @@
#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <sys/mutex.h>
#include <sys/syslog.h>
#include <machine/lock.h>
#include <machine/psl.h>