ACPI / PM: Drop PM callbacks from the ACPI bus type
authorRafael J. Wysocki <rjw@sisk.pl>
Fri, 29 Jun 2012 21:40:29 +0000 (23:40 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 1 Jul 2012 11:31:06 +0000 (13:31 +0200)
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>

No differences found