diff options
Diffstat (limited to 'drivers/acpi/acpica/acparser.h')
-rw-r--r-- | drivers/acpi/acpica/acparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acparser.h b/drivers/acpi/acpica/acparser.h index b725d780d34d..eefcf47a61a0 100644 --- a/drivers/acpi/acpica/acparser.h +++ b/drivers/acpi/acpica/acparser.h | |||
@@ -150,8 +150,7 @@ u8 acpi_ps_has_completed_scope(struct acpi_parse_state *parser_state); | |||
150 | 150 | ||
151 | void | 151 | void |
152 | acpi_ps_pop_scope(struct acpi_parse_state *parser_state, | 152 | acpi_ps_pop_scope(struct acpi_parse_state *parser_state, |
153 | union acpi_parse_object **op, | 153 | union acpi_parse_object **op, u32 *arg_list, u32 *arg_count); |
154 | u32 * arg_list, u32 * arg_count); | ||
155 | 154 | ||
156 | acpi_status | 155 | acpi_status |
157 | acpi_ps_push_scope(struct acpi_parse_state *parser_state, | 156 | acpi_ps_push_scope(struct acpi_parse_state *parser_state, |