diff options
Diffstat (limited to 'drivers/acpi/tables.c')
-rw-r--r-- | drivers/acpi/tables.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index 9b9ac04593fb..ff425390bfa8 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c | |||
@@ -311,22 +311,6 @@ acpi_parse_entries_array(char *id, unsigned long table_size, | |||
311 | } | 311 | } |
312 | 312 | ||
313 | int __init | 313 | int __init |
314 | acpi_parse_entries(char *id, | ||
315 | unsigned long table_size, | ||
316 | acpi_tbl_entry_handler handler, | ||
317 | struct acpi_table_header *table_header, | ||
318 | int entry_id, unsigned int max_entries) | ||
319 | { | ||
320 | struct acpi_subtable_proc proc = { | ||
321 | .id = entry_id, | ||
322 | .handler = handler, | ||
323 | }; | ||
324 | |||
325 | return acpi_parse_entries_array(id, table_size, table_header, | ||
326 | &proc, 1, max_entries); | ||
327 | } | ||
328 | |||
329 | int __init | ||
330 | acpi_table_parse_entries_array(char *id, | 314 | acpi_table_parse_entries_array(char *id, |
331 | unsigned long table_size, | 315 | unsigned long table_size, |
332 | struct acpi_subtable_proc *proc, int proc_num, | 316 | struct acpi_subtable_proc *proc, int proc_num, |