aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/executer
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-07-29 00:01:00 -0400
committerLen Brown <len.brown@intel.com>2005-07-29 00:03:17 -0400
commitfeee9570753645f9f6888937ff9aee426b7afe55 (patch)
tree20646a2a704d5252c021e13871ad223672dc1f6d /drivers/acpi/executer
parentf9f4601f331aa1226d7a798a01950efbb388f07f (diff)
[ACPI] comment out prototypes for new unused debug routines
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/executer')
-rw-r--r--drivers/acpi/executer/exdump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/executer/exdump.c b/drivers/acpi/executer/exdump.c
index 6158f5193f4..fd13cc3db01 100644
--- a/drivers/acpi/executer/exdump.c
+++ b/drivers/acpi/executer/exdump.c
@@ -78,7 +78,6 @@ static void
acpi_ex_out_address (
char *title,
acpi_physical_address value);
-#endif /* ACPI_FUTURE_USAGE */
static void
acpi_ex_dump_reference (
@@ -89,7 +88,7 @@ acpi_ex_dump_package (
union acpi_operand_object *obj_desc,
u32 level,
u32 index);
-
+#endif /* ACPI_FUTURE_USAGE */
/*******************************************************************************
*