diff options
-rw-r--r-- | drivers/acpi/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index bbca7830e18a..3e5a2768c3b4 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c | |||
@@ -1062,10 +1062,10 @@ static void acpi_device_notify_fixed(void *data) | |||
1062 | acpi_device_notify(NULL, ACPI_FIXED_HARDWARE_EVENT, device); | 1062 | acpi_device_notify(NULL, ACPI_FIXED_HARDWARE_EVENT, device); |
1063 | } | 1063 | } |
1064 | 1064 | ||
1065 | static acpi_status acpi_device_fixed_event(void *data) | 1065 | static u32 acpi_device_fixed_event(void *data) |
1066 | { | 1066 | { |
1067 | acpi_os_execute(OSL_NOTIFY_HANDLER, acpi_device_notify_fixed, data); | 1067 | acpi_os_execute(OSL_NOTIFY_HANDLER, acpi_device_notify_fixed, data); |
1068 | return AE_OK; | 1068 | return ACPI_INTERRUPT_HANDLED; |
1069 | } | 1069 | } |
1070 | 1070 | ||
1071 | static int acpi_device_install_notify_handler(struct acpi_device *device) | 1071 | static int acpi_device_install_notify_handler(struct acpi_device *device) |