Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.

Also space/tab-fix in NOTE.
Grrr, my bad.

Pointed-out by:	eivind
This commit is contained in:
Mitsuru IWASAKI 2000-09-21 13:01:19 +00:00
parent eabc23efb3
commit fe44e2ea94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66166
4 changed files with 14 additions and 8 deletions

View File

@ -1239,10 +1239,10 @@ hint.npx.0.irq="13"
# ACPI Experimental Driver
device acpi
options ACPI_DEBUG
options AML_DEBUG
options ACPI_NO_ENABLE_ON_BOOT
options ACPI_NO_OSDFUNC_INLINE
options ACPI_DEBUG
options AML_DEBUG
options ACPI_NO_ENABLE_ON_BOOT
options ACPI_NO_OSDFUNC_INLINE
#
# Optional devices:

View File

@ -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>

View File

@ -1239,10 +1239,10 @@ hint.npx.0.irq="13"
# ACPI Experimental Driver
device acpi
options ACPI_DEBUG
options AML_DEBUG
options ACPI_NO_ENABLE_ON_BOOT
options ACPI_NO_OSDFUNC_INLINE
options ACPI_DEBUG
options AML_DEBUG
options ACPI_NO_ENABLE_ON_BOOT
options ACPI_NO_OSDFUNC_INLINE
#
# Optional devices:

View File

@ -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>