commit | d91ee328c1e8b3992ffbf84a1a984c2a7f4ebff7 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Jun 29 23:40:29 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sun Jul 01 13:31:06 2012 +0200 |
tree | d7974c41b4e608ce8aa0152489396f063250500f | |
parent | a5cd33e1d4f3319e86f9f0fc667fa74ef9d9216c [diff] |
ACPI / PM: Drop PM callbacks from the ACPI bus type Since the ACPI bus type's PM callbacks only execute the driver ones without doing anything else, they can be dropped, because the driver callbacks will be executed by the PM core directly if bus type (or other subsystem) callbacks are not present. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>