From: Bob Moore Date: Wed, 24 Jun 2009 01:45:17 +0000 (+0800) Subject: ACPICA: Remove duplicate prototypes from header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c61b34cf7078da72cce276ff8cfae5d6e9955bc;p=linux-beck.git ACPICA: Remove duplicate prototypes from header Two duplicates in acdebug.h. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 62c59df3b86c..a4fb001d96f1 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h @@ -154,10 +154,6 @@ void acpi_db_display_argument_object(union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state); -void acpi_db_check_predefined_names(void); - -void acpi_db_batch_execute(void); - /* * dbexec - debugger control method execution */