diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 8a1894a6eba2..ac3bff6fbbb0 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -334,8 +334,8 @@ int acpi_processor_cst_has_changed(struct acpi_processor *pr); | |||
334 | int acpi_processor_hotplug(struct acpi_processor *pr); | 334 | int acpi_processor_hotplug(struct acpi_processor *pr); |
335 | int acpi_processor_power_exit(struct acpi_processor *pr, | 335 | int acpi_processor_power_exit(struct acpi_processor *pr, |
336 | struct acpi_device *device); | 336 | struct acpi_device *device); |
337 | int acpi_processor_suspend(struct acpi_device * device); | 337 | int acpi_processor_suspend(struct device *dev); |
338 | int acpi_processor_resume(struct acpi_device * device); | 338 | int acpi_processor_resume(struct device *dev); |
339 | extern struct cpuidle_driver acpi_idle_driver; | 339 | extern struct cpuidle_driver acpi_idle_driver; |
340 | 340 | ||
341 | /* in processor_thermal.c */ | 341 | /* in processor_thermal.c */ |