diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acnamesp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index db1e29052077..46cb5b46d280 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h | |||
@@ -182,6 +182,8 @@ acpi_status acpi_ns_evaluate(struct acpi_evaluate_info *info); | |||
182 | */ | 182 | */ |
183 | acpi_status | 183 | acpi_status |
184 | acpi_ns_check_predefined_names(struct acpi_namespace_node *node, | 184 | acpi_ns_check_predefined_names(struct acpi_namespace_node *node, |
185 | u32 user_param_count, | ||
186 | acpi_status return_status, | ||
185 | union acpi_operand_object **return_object); | 187 | union acpi_operand_object **return_object); |
186 | 188 | ||
187 | const union acpi_predefined_info *acpi_ns_check_for_predefined_name(struct | 189 | const union acpi_predefined_info *acpi_ns_check_for_predefined_name(struct |
@@ -191,6 +193,7 @@ const union acpi_predefined_info *acpi_ns_check_for_predefined_name(struct | |||
191 | void | 193 | void |
192 | acpi_ns_check_parameter_count(char *pathname, | 194 | acpi_ns_check_parameter_count(char *pathname, |
193 | struct acpi_namespace_node *node, | 195 | struct acpi_namespace_node *node, |
196 | u32 user_param_count, | ||
194 | const union acpi_predefined_info *info); | 197 | const union acpi_predefined_info *info); |
195 | 198 | ||
196 | /* | 199 | /* |