From: Longpeng \(Mike\) Date: Wed, 9 Nov 2016 02:51:23 +0000 (+0800) Subject: ACPI / tebles: remove redundant declare of acpi_table_parse_entries() X-Git-Tag: v4.10-rc1~151^2~2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c139c6b7b75abfaa2246cbde2393656806d37b51;p=karo-tx-linux.git ACPI / tebles: remove redundant declare of acpi_table_parse_entries() This function declared twice, so remove one declaration of it. Signed-off-by: Longpeng(Mike) [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 61a3d90f32b3..cb4616641235 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -220,10 +220,6 @@ int __init acpi_table_parse_entries(char *id, unsigned long table_size, int entry_id, acpi_tbl_entry_handler handler, unsigned int max_entries); -int __init acpi_table_parse_entries(char *id, unsigned long table_size, - int entry_id, - acpi_tbl_entry_handler handler, - unsigned int max_entries); int __init acpi_table_parse_entries_array(char *id, unsigned long table_size, struct acpi_subtable_proc *proc, int proc_num, unsigned int max_entries);