ACPI, PCI: Move acpi_dev_run_wake() to ACPI core
authorLin Ming <ming.m.lin@intel.com>
Tue, 27 Mar 2012 07:43:25 +0000 (15:43 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 06:21:18 +0000 (02:21 -0400)
acpi_dev_run_wake() is a generic function which can be used by
other subsystem too. Rename it to acpi_pm_device_run_wake, to be
consistent with acpi_pm_device_sleep_wake.

Then move it to ACPI core.

Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found