diff options
author | John Baldwin <jhb@FreeBSD.org> | 2002-10-16 17:28:53 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-16 17:28:53 +0000 |
commit | fc0ea94a7d9ca062e42a162e2d344ba4218f4169 (patch) | |
tree | 1b6f9ed7a4251559f2049f2eba5dec525f9d6ff1 /sys/dev/acpica/acpi_battery.c | |
parent | 3a65df0084658d92c9753f43fab067809157d05d (diff) | |
download | src-fc0ea94a7d9ca062e42a162e2d344ba4218f4169.tar.gz src-fc0ea94a7d9ca062e42a162e2d344ba4218f4169.zip |
Catch up to changes in acpivar.h to add support for using ACPI on
4-stable systems.
Sponsored by: The Weather Channel
Notes
Notes:
svn path=/head/; revision=105282
Diffstat (limited to 'sys/dev/acpica/acpi_battery.c')
-rw-r--r-- | sys/dev/acpica/acpi_battery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_battery.c b/sys/dev/acpica/acpi_battery.c index f245c8f04ebc..329d64a7d71c 100644 --- a/sys/dev/acpica/acpi_battery.c +++ b/sys/dev/acpica/acpi_battery.c @@ -30,9 +30,7 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/proc.h> -#include <sys/lock.h> #include <sys/malloc.h> -#include <sys/mutex.h> #include <sys/bus.h> #include <sys/conf.h> #include <sys/ioccom.h> |