]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ACPI / PM: Combine two identical device resume routines
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Oct 2017 16:49:22 +0000 (18:49 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 11 Oct 2017 13:31:55 +0000 (15:31 +0200)
commit63705c406a8adbd6f26691148b09d466dd4d8d2f
tree0b52921af0e414d4be2505bf465ddc3d30dcc595
parent8055af0a4fddb45a8cd925fb9bc71f4b52628c9a
ACPI / PM: Combine two identical device resume routines

Notice that acpi_dev_runtime_resume() and acpi_dev_resume_early() are
actually literally identical after some more-or-less recent changes,
so rename acpi_dev_runtime_resume() to acpi_dev_resume(), use it
everywhere instead of acpi_dev_resume_early() and drop the latter.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/acpi/acpi_lpss.c
drivers/acpi/device_pm.c
include/linux/acpi.h