diff options
author | Bob Moore | 2009-06-24 03:45:17 +0200 |
---|---|---|
committer | Len Brown | 2009-08-27 16:17:14 +0200 |
commit | 9c61b34cf7078da72cce276ff8cfae5d6e9955bc (patch) | |
tree | 6a77a6a862c6773eba4908009768038dee7a3b60 | |
parent | ACPICA: Add 64-bit support to acpi_read and acpi_write (diff) | |
download | kernel-qcow2-linux-9c61b34cf7078da72cce276ff8cfae5d6e9955bc.tar.gz kernel-qcow2-linux-9c61b34cf7078da72cce276ff8cfae5d6e9955bc.tar.xz kernel-qcow2-linux-9c61b34cf7078da72cce276ff8cfae5d6e9955bc.zip |
ACPICA: Remove duplicate prototypes from header
Two duplicates in acdebug.h.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |