aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-30 20:12:27 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-30 20:12:27 +0000
commit96f5284585e607865edb3e61d295e468e954afea (patch)
tree05d4c764085fab48ce2fea8b4939df329194e6ef /usr.sbin/acpi
parentbde5ba9dc0f0b25c209f5805090ca87988519ae1 (diff)
Notes
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/amldb/aml/aml_common.c2
-rw-r--r--usr.sbin/acpi/amldb/aml/aml_region.c7
2 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/acpi/amldb/aml/aml_common.c b/usr.sbin/acpi/amldb/aml/aml_common.c
index 4721b7f32663..a00f971ca34a 100644
--- a/usr.sbin/acpi/amldb/aml/aml_common.c
+++ b/usr.sbin/acpi/amldb/aml/aml_common.c
@@ -42,7 +42,7 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
-#include <sys/acpi.h>
+#include <dev/acpi/acpireg.h>
#ifndef ACPI_NO_OSDFUNC_INLINE
#include <machine/acpica_osd.h>
#endif /* !ACPI_NO_OSDFUNC_INLINE */
diff --git a/usr.sbin/acpi/amldb/aml/aml_region.c b/usr.sbin/acpi/amldb/aml/aml_region.c
index e50091a4fcbb..a96b2b6fc2ec 100644
--- a/usr.sbin/acpi/amldb/aml/aml_region.c
+++ b/usr.sbin/acpi/amldb/aml/aml_region.c
@@ -32,10 +32,15 @@
* Region I/O subroutine
*/
+#include "opt_acpi.h"
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/acpi.h>
+#include <machine/bus.h>
+#include <machine/resource.h>
+#include <sys/rman.h>
+
+#include <dev/acpi/acpireg.h>
#include <dev/acpi/aml/aml_common.h>
#include <dev/acpi/aml/aml_region.h>
#include <dev/acpi/aml/aml_name.h>