diff options
Diffstat (limited to 'src/acpi/acpi.c')
-rw-r--r-- | src/acpi/acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c index 30a07bfda0..c33d195515 100644 --- a/src/acpi/acpi.c +++ b/src/acpi/acpi.c @@ -1506,7 +1506,6 @@ unsigned long write_acpi_tables(const unsigned long start) */ for (int i = 0; existing_rsdt->entry[i]; i++) acpi_add_table(rsdp, (void *)(uintptr_t)existing_rsdt->entry[i]); - } /* Add BOOT0000 for Linux google firmware driver */ |