ACPI / PM: Drop pm_message_t argument from device suspend callback
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 27 Jun 2012 21:25:38 +0000 (23:25 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 1 Jul 2012 11:30:58 +0000 (13:30 +0200)
None of the drivers implementing the ACPI device suspend callback
uses the pm_message_t argument of it, so this argument may be dropped
entirely from that callback.  This will simplify switching the ACPI
bus type to PM handling based on struct dev_pm_ops.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found