commit | 29ea23ff905d07d8559bac69cca46f4bbf20038c | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Apr 02 10:08:55 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Apr 02 10:08:55 2011 +0100 |
tree | 969bde025e5b36051b707662e61f49ff1e6f1777 | |
parent | 78fca1b95837a44983608302e89c7258981be9b3 [diff] |
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 <rmk+kernel@arm.linux.org.uk>