PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Sep 2014 00:21:34 +0000 (02:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Sep 2014 19:05:59 +0000 (21:05 +0200)
commit2a8a8ce651d3a88fdf83e2ed15633c8d19292108
treeff98d7ff5d31ffeeacc117d910a63264a625efc7
parente1253e5e3fcd61f1057ef8a39c8c64e6b82358b9
PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()

Subsequent change sets will add platform-related operations between
dpm_suspend_late() and dpm_suspend_noirq() as well as between
dpm_resume_noirq() and dpm_resume_early() in suspend_enter(), so
export these functions for suspend_enter() to be able to call them
separately and split the invocations of dpm_suspend_end() and
dpm_resume_start() in there accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/main.c
include/linux/pm.h
kernel/power/suspend.c