From: Russell King Date: Sat, 2 Apr 2011 09:08:55 +0000 (+0100) Subject: ARM: Make consolidated PM sleep code depend on PM_SLEEP X-Git-Tag: v2.6.39-rc4~20^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ea23ff905d07d8559bac69cca46f4bbf20038c;p=pandora-kernel.git ARM: Make consolidated PM sleep code depend on PM_SLEEP CONFIG_PM is now set whenever we support either runtime PM in addition to suspend and hibernate. This causes build errors when runtime PM is enabled on a platform, but the CPU does not have the appropriate support for suspend. So, switch this code to use CONFIG_PM_SLEEP rather than CONFIG_PM to allow runtime PM to be enabled without causing build errors. Signed-off-by: Russell King --- Reading git-diff-tree failed