]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitd91ee328c1e8b3992ffbf84a1a984c2a7f4ebff7
treed7974c41b4e608ce8aa0152489396f063250500f
parenta5cd33e1d4f3319e86f9f0fc667fa74ef9d9216c
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>
drivers/acpi/scan.c