diff options
Diffstat (limited to 'include/acpi/acpiosxf.h')
-rw-r--r-- | include/acpi/acpiosxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index 970e9a6372c3..91c3cdff28bb 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h | |||
@@ -161,7 +161,7 @@ acpi_os_remove_interrupt_handler(u32 gsi, acpi_osd_handler service_routine); | |||
161 | /* | 161 | /* |
162 | * Threads and Scheduling | 162 | * Threads and Scheduling |
163 | */ | 163 | */ |
164 | u32 acpi_os_get_thread_id(void); | 164 | acpi_thread_id acpi_os_get_thread_id(void); |
165 | 165 | ||
166 | acpi_status | 166 | acpi_status |
167 | acpi_os_queue_for_execution(u32 priority, | 167 | acpi_os_queue_for_execution(u32 priority, |