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:
parent
eabc23efb3
commit
fe44e2ea94
@ -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:
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user