Skip to content

Commit

Permalink
[ACPI] comment out prototypes for new unused debug routines
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jul 29, 2005
1 parent f9f4601 commit feee957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/acpi/executer/exdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -89,7 +88,7 @@ acpi_ex_dump_package (
union acpi_operand_object *obj_desc,
u32 level,
u32 index);

#endif /* ACPI_FUTURE_USAGE */

/*******************************************************************************
*
Expand Down

0 comments on commit feee957

Please sign in to comment.