commit | d202f77d2eb707d03a16adf952a397675cb2fc81 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Jun 27 23:27:07 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sun Jul 01 13:31:01 2012 +0200 |
tree | ec175e2d633ce98e76073b4e116037fdf60c866e | |
parent | e579e2dd8f056cfeaf4d2b313a35ddafb3c4e531 [diff] |
ACPI: Use struct dev_pm_ops for power management in the SBS driver Make the ACPI Smart Battery System 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>