Catch up with the recent conversion the per-eventhandler list mutex to

a lockmgr lock.
This commit is contained in:
Mitsuru IWASAKI 2000-12-12 14:20:27 +00:00
parent 52e5cddf31
commit b2c9c0dab2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69910
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/ioccom.h>

View File

@ -33,6 +33,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/bus.h>
#include <sys/mutex.h>
#include "acpi.h"