aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/tables/tbxfroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/tables/tbxfroot.c')
-rw-r--r--drivers/acpi/tables/tbxfroot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/tables/tbxfroot.c b/drivers/acpi/tables/tbxfroot.c
index 5c6e88251c1a..82c0b66f1f21 100644
--- a/drivers/acpi/tables/tbxfroot.c
+++ b/drivers/acpi/tables/tbxfroot.c
@@ -98,8 +98,6 @@ static acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp *rsdp)
98 return (AE_OK); 98 return (AE_OK);
99} 99}
100 100
101#if ACPI_MACHINE_WIDTH != 16
102
103/******************************************************************************* 101/*******************************************************************************
104 * 102 *
105 * FUNCTION: acpi_tb_find_rsdp 103 * FUNCTION: acpi_tb_find_rsdp
@@ -275,5 +273,3 @@ static u8 *acpi_tb_scan_memory_for_rsdp(u8 * start_address, u32 length)
275 start_address)); 273 start_address));
276 return_PTR(NULL); 274 return_PTR(NULL);
277} 275}
278
279#endif