summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-cli-acpi.c')
-rw-r--r--com32/hdt/hdt-cli-acpi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli-acpi.c b/com32/hdt/hdt-cli-acpi.c
index a978bb36..55b0c3c7 100644
--- a/com32/hdt/hdt-cli-acpi.c
+++ b/com32/hdt/hdt-cli-acpi.c
@@ -267,10 +267,12 @@ struct cli_callback_descr list_acpi_show_modules[] = {
{
.name = "apic",
.exec = show_acpi_apic,
+ .nomodule = false,
},
{
.name = NULL,
.exec = NULL,
+ .nomodule = false,
},
};