aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>2000-09-21 13:01:19 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>2000-09-21 13:01:19 +0000
commitfe44e2ea94754422f02fc7be10a1ee6f266898cf (patch)
tree8c05f9b941599277702721aa979a8618bd821ee6 /usr.sbin/acpi
parenteabc23efb36f30c8fe71a173d93a3fef23f8291b (diff)
downloadsrc-fe44e2ea94754422f02fc7be10a1ee6f266898cf.tar.gz
src-fe44e2ea94754422f02fc7be10a1ee6f266898cf.zip
Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.
Also space/tab-fix in NOTE. Grrr, my bad. Pointed-out by: eivind
Notes
Notes: svn path=/head/; revision=66166
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/amldb/aml/aml_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/acpi/amldb/aml/aml_common.c b/usr.sbin/acpi/amldb/aml/aml_common.c
index fe98e1ed14fc..4721b7f32663 100644
--- a/usr.sbin/acpi/amldb/aml/aml_common.c
+++ b/usr.sbin/acpi/amldb/aml/aml_common.c
@@ -42,7 +42,10 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/systm.h>
+#include <sys/acpi.h>
+#ifndef ACPI_NO_OSDFUNC_INLINE
#include <machine/acpica_osd.h>
+#endif /* !ACPI_NO_OSDFUNC_INLINE */
#endif /* !_KERNEL */
#include <dev/acpi/aml/aml_common.h>