diff options
author | Len Brown <len.brown@intel.com> | 2005-07-29 00:01:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-29 00:03:17 -0400 |
commit | feee9570753645f9f6888937ff9aee426b7afe55 (patch) | |
tree | 20646a2a704d5252c021e13871ad223672dc1f6d /drivers/acpi | |
parent | f9f4601f331aa1226d7a798a01950efbb388f07f (diff) |
[ACPI] comment out prototypes for new unused debug routines
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/executer/exdump.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/executer/exdump.c b/drivers/acpi/executer/exdump.c index 6158f5193f4a..fd13cc3db018 100644 --- a/drivers/acpi/executer/exdump.c +++ b/drivers/acpi/executer/exdump.c | |||
@@ -78,7 +78,6 @@ static void | |||
78 | acpi_ex_out_address ( | 78 | acpi_ex_out_address ( |
79 | char *title, | 79 | char *title, |
80 | acpi_physical_address value); | 80 | acpi_physical_address value); |
81 | #endif /* ACPI_FUTURE_USAGE */ | ||
82 | 81 | ||
83 | static void | 82 | static void |
84 | acpi_ex_dump_reference ( | 83 | acpi_ex_dump_reference ( |
@@ -89,7 +88,7 @@ acpi_ex_dump_package ( | |||
89 | union acpi_operand_object *obj_desc, | 88 | union acpi_operand_object *obj_desc, |
90 | u32 level, | 89 | u32 level, |
91 | u32 index); | 90 | u32 index); |
92 | 91 | #endif /* ACPI_FUTURE_USAGE */ | |
93 | 92 | ||
94 | /******************************************************************************* | 93 | /******************************************************************************* |
95 | * | 94 | * |