diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index b450a195319a..04904c7f1aa1 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -200,7 +200,8 @@ acpi_evaluate_object_typed(acpi_handle object, | |||
200 | acpi_object_type return_type); | 200 | acpi_object_type return_type); |
201 | 201 | ||
202 | acpi_status | 202 | acpi_status |
203 | acpi_get_object_info(acpi_handle handle, struct acpi_buffer *return_buffer); | 203 | acpi_get_object_info(acpi_handle handle, |
204 | struct acpi_device_info **return_buffer); | ||
204 | 205 | ||
205 | acpi_status acpi_install_method(u8 *buffer); | 206 | acpi_status acpi_install_method(u8 *buffer); |
206 | 207 | ||