Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1517744
| From | "Longpeng(Mike)" <longpeng2@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] acpi: remove redundant declare of acpi_table_parse_entries |
| Date | 2016-11-09 04:00 +0100 |
| Message-ID | <sBrhf-1it-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This function declared twice, so remove one. Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com> --- include/linux/acpi.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 689a8b9..017849e 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); -- 1.8.3.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] acpi: remove redundant declare of acpi_table_parse_entries "Longpeng(Mike)" <longpeng2@huawei.com> - 2016-11-09 04:00 +0100
csiph-web