diff options
Diffstat (limited to 'drivers/acpi/executer/exdump.c')
-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 | * |