aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/acpica/madt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/acpica/madt.c')
-rw-r--r--sys/x86/acpica/madt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c
index 13bbb554920e..f464f594a362 100644
--- a/sys/x86/acpica/madt.c
+++ b/sys/x86/acpica/madt.c
@@ -65,7 +65,7 @@ static ACPI_TABLE_MADT *madt;
static vm_paddr_t madt_physaddr;
static vm_offset_t madt_length;
-MALLOC_DEFINE(M_MADT, "madt_table", "ACPI MADT Table Items");
+static MALLOC_DEFINE(M_MADT, "madt_table", "ACPI MADT Table Items");
static enum intr_polarity interrupt_polarity(UINT16 IntiFlags, UINT8 Source);
static enum intr_trigger interrupt_trigger(UINT16 IntiFlags, UINT8 Source);