Skip to content

Commit

Permalink
ACPI / tebles: remove redundant declare of acpi_table_parse_entries()
Browse files Browse the repository at this point in the history
This function declared twice, so remove one declaration of it.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
[ rjw: Subject & changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Longpeng \(Mike\) authored and Rafael J. Wysocki committed Nov 16, 2016
1 parent a25f094 commit c139c6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c139c6b

Please sign in to comment.