diff options
author | Longpeng \(Mike\) <longpeng2@huawei.com> | 2016-11-08 21:51:23 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-11-16 16:38:25 -0500 |
commit | c139c6b7b75abfaa2246cbde2393656806d37b51 (patch) | |
tree | f0a0872be35c460883cafd42383b67e74d762f65 | |
parent | a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6 (diff) |
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) <longpeng2@huawei.com>
[ rjw: Subject & changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | include/linux/acpi.h | 4 |
1 files changed, 0 insertions, 4 deletions
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, | |||
220 | int entry_id, | 220 | int entry_id, |
221 | acpi_tbl_entry_handler handler, | 221 | acpi_tbl_entry_handler handler, |
222 | unsigned int max_entries); | 222 | unsigned int max_entries); |
223 | int __init acpi_table_parse_entries(char *id, unsigned long table_size, | ||
224 | int entry_id, | ||
225 | acpi_tbl_entry_handler handler, | ||
226 | unsigned int max_entries); | ||
227 | int __init acpi_table_parse_entries_array(char *id, unsigned long table_size, | 223 | int __init acpi_table_parse_entries_array(char *id, unsigned long table_size, |
228 | struct acpi_subtable_proc *proc, int proc_num, | 224 | struct acpi_subtable_proc *proc, int proc_num, |
229 | unsigned int max_entries); | 225 | unsigned int max_entries); |