mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
[ACPI] comment out prototypes for new unused debug routines
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
f9f4601f33
commit
feee957075
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue