Fix kernel build breakage when ACPI_DEBUG option is specified.

This commit is contained in:
Mitsuru IWASAKI 2002-08-29 08:31:06 +00:00
parent b504cef7c5
commit c4d2c0a1de

View File

@ -128,13 +128,15 @@
#include "acgcc.h"
#include <machine/acpica_machdep.h>
#ifdef _KERNEL
#include "opt_acpi.h"
#endif
#ifdef ACPI_DEBUG
#define ACPI_DEBUG_OUTPUT /* for backward compatibility */
#endif
#ifdef _KERNEL
#include "opt_acpi.h"
#include <sys/ctype.h>
#include <sys/param.h>
#include <sys/systm.h>