diff options
author | Len Brown <len.brown@intel.com> | 2005-07-29 06:01:00 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-29 06:03:17 +0200 |
commit | feee9570753645f9f6888937ff9aee426b7afe55 (patch) | |
tree | 20646a2a704d5252c021e13871ad223672dc1f6d /drivers/acpi | |
parent | ACPICA 20050708 from Bob Moore <robert.moore@intel.com> (diff) | |
download | linux-feee9570753645f9f6888937ff9aee426b7afe55.tar.xz linux-feee9570753645f9f6888937ff9aee426b7afe55.zip |
[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 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 */ /******************************************************************************* * |