From: Rafael J. Wysocki Date: Tue, 30 Sep 2014 00:21:34 +0000 (+0200) Subject: PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq() X-Git-Tag: fixes-against-v3.18-rc2~138^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8a8ce651d3a88fdf83e2ed15633c8d19292108;p=pandora-kernel.git 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 --- Reading git-diff-tree failed