Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c139c6b7 authored by Longpeng \(Mike\)'s avatar Longpeng \(Mike\) Committed by Rafael J. Wysocki
Browse files

ACPI / tebles: remove redundant declare of acpi_table_parse_entries()



This function declared twice, so remove one declaration of it.

Signed-off-by: default avatarLongpeng(Mike) <longpeng2@huawei.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent a25f0944
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);