commit | 167cffb646aa4a7f3267b07eae1af16b54bc0e9b | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Jun 27 23:26:18 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sun Jul 01 13:30:59 2012 +0200 |
tree | 9cce5186f359c8956343a0fe391aebd579c1b02e | |
parent | 62fcbdd95ccabcff7b41a859032496f6ca492045 [diff] |
ACPI: Use struct dev_pm_ops for power management in the thermal driver Make the ACPI thermal driver define its PM callbacks through a struct dev_pm_ops object rather than by using legacy PM hooks in struct acpi_device_ops. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>