[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1471648595-7365-3-git-send-email-ahs3@redhat.com>
Date: Fri, 19 Aug 2016 17:16:35 -0600
From: Al Stone <ahs3@...hat.com>
To: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: ahs3@...hat.com
Subject: [PATCH 2/2] ACPI: remove duplicate declaration for acpi_table_parse_entries()
Commit 9b3fedde27d3 ("ACPI / tables: Add acpi_subtable_proc to ACPI
table parsers") added a second identical declaration for the function
acpi_table_parse_entries() to include/linux/acpi.h.
Remove the redundant one.
Signed-off-by: Al Stone <ahs3@...hat.com>
---
include/linux/acpi.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 4d8452c..cd8dc0e 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -218,10 +218,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);
--
2.7.4
Powered by blists - more mailing lists