acpi_ged: fix build with ACPI_DEBUG

This commit is contained in:
Gleb Smirnoff 2022-10-24 09:00:04 -07:00
parent 3c62f0f608
commit ba23f762ec

View File

@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include <dev/acpica/acpivar.h>
/* Hooks for the ACPI CA debugging infrastructure */
#define _COMPONENT ACPI_GED
#define _COMPONENT ACPI_BUS
ACPI_MODULE_NAME("GED")
static MALLOC_DEFINE(M_ACPIGED, "acpiged", "ACPI Generic event data");