diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index f6404ea928cb..94737f8845ac 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -155,7 +155,7 @@ acpi_status acpi_db_disassemble_method(char *name); | |||
155 | 155 | ||
156 | void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op); | 156 | void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op); |
157 | 157 | ||
158 | void acpi_db_batch_execute(char *count_arg); | 158 | void acpi_db_evaluate_predefined_names(void); |
159 | 159 | ||
160 | /* | 160 | /* |
161 | * dbnames - namespace commands | 161 | * dbnames - namespace commands |