commit | d0469cf9e7e80342dd7e82989be8d91ef70cf307 | [log] [tgz] |
---|---|---|
author | Mahesh Sivasubramanian <msivasub@codeaurora.org> | Fri Feb 01 16:06:12 2013 -0700 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:51:43 2013 -0800 |
tree | edc887f9df3887397e2d472ebe1584d3abdc368f | |
parent | eb1fa16b2698c07f58c5f930803e320d12b87de5 [diff] |
msm: cpuidle: Remove preprocessor check for CONFIG_CPU_PM The PM notifier API are stubbed out withtin cpu_pm.h if the CONFIG_CPU_PM is not defined. So there isn't a need to enclose them within #ifdef CONFIG_CPU_PM. Change-Id: I63bb2f22ef24496829fd15bd4e49369b0f066199 Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>