diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 5f8ccf1b5ae9..b806e5611c90 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -258,11 +258,11 @@ acpi_remove_address_space_handler(acpi_handle device, | |||
258 | acpi_status | 258 | acpi_status |
259 | acpi_install_gpe_handler(acpi_handle gpe_device, | 259 | acpi_install_gpe_handler(acpi_handle gpe_device, |
260 | u32 gpe_number, | 260 | u32 gpe_number, |
261 | u32 type, acpi_event_handler address, void *context); | 261 | u32 type, acpi_gpe_handler address, void *context); |
262 | 262 | ||
263 | acpi_status | 263 | acpi_status |
264 | acpi_remove_gpe_handler(acpi_handle gpe_device, | 264 | acpi_remove_gpe_handler(acpi_handle gpe_device, |
265 | u32 gpe_number, acpi_event_handler address); | 265 | u32 gpe_number, acpi_gpe_handler address); |
266 | 266 | ||
267 | #ifdef ACPI_FUTURE_USAGE | 267 | #ifdef ACPI_FUTURE_USAGE |
268 | acpi_status acpi_install_exception_handler(acpi_exception_handler handler); | 268 | acpi_status acpi_install_exception_handler(acpi_exception_handler handler); |