OSDN Git Service

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)
commit17621e11fda095459e2f986c019f52686c7a4ffb
treeb034b7594f751b49e83b61ebc58354b33cfa8fd4
parent6887a4131da3adaab011613776d865f4bcfb5678
ACPI / PM: Drop pm_message_t argument from device suspend callback

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>
drivers/acpi/fan.c
drivers/acpi/processor_idle.c
drivers/acpi/scan.c
drivers/platform/x86/hp_accel.c
drivers/platform/x86/sony-laptop.c
drivers/platform/x86/toshiba_acpi.c
include/acpi/acpi_bus.h
include/acpi/processor.h