linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acpi: remove redundant declare of acpi_table_parse_entries
@ 2016-11-09  2:51 Longpeng(Mike)
  2016-11-24  1:25 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Longpeng(Mike) @ 2016-11-09  2:51 UTC (permalink / raw)
  To: rjw, lenb
  Cc: linux-acpi, linux-kernel, zhaoshenglong, wu.wubin, Longpeng(Mike)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] acpi: remove redundant declare of acpi_table_parse_entries
  2016-11-09  2:51 [PATCH] acpi: remove redundant declare of acpi_table_parse_entries Longpeng(Mike)
@ 2016-11-24  1:25 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2016-11-24  1:25 UTC (permalink / raw)
  To: Longpeng(Mike); +Cc: lenb, linux-acpi, linux-kernel, zhaoshenglong, wu.wubin

On Wednesday, November 09, 2016 10:51:23 AM Longpeng wrote:
> 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);
> 

Applied.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-24  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09  2:51 [PATCH] acpi: remove redundant declare of acpi_table_parse_entries Longpeng(Mike)
2016-11-24  1:25 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).