aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/tbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/tbutils.c')
-rw-r--r--drivers/acpi/acpica/tbutils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/tbutils.c b/drivers/acpi/acpica/tbutils.c
index e37a103013a4..6b1ca9991b90 100644
--- a/drivers/acpi/acpica/tbutils.c
+++ b/drivers/acpi/acpica/tbutils.c
@@ -395,10 +395,6 @@ next_table:
395 table_entry += table_entry_size; 395 table_entry += table_entry_size;
396 } 396 }
397 397
398 /*
399 * It is not possible to map more than one entry in some environments,
400 * so unmap the root table here before mapping other tables
401 */
402 acpi_os_unmap_memory(table, length); 398 acpi_os_unmap_memory(table, length);
403 399
404 return_ACPI_STATUS(AE_OK); 400 return_ACPI_STATUS(AE_OK);