kernel/drivers/acpi/acpica/dbfileio.c
.. .. @@ -93,7 +93,7 @@ 93 93 while (table_list_head) { 94 94 table = table_list_head->table; 95 95 96 - status = acpi_load_table(table);96 + status = acpi_load_table(table, NULL);97 97 if (ACPI_FAILURE(status)) { 98 98 if (status == AE_ALREADY_EXISTS) { 99 99 acpi_os_printf