commit | bdaf67030cbab21a91fd2d6b1771cf336a0dd092 | [log] [tgz] |
---|---|---|
author | Jaewon Kim <jaewon02.kim@samsung.com> | Fri Sep 12 13:35:45 2014 +0900 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Sep 26 08:23:52 2014 +0100 |
tree | 3b721514d4f25f4dbbc98e88f99b0a58dd229a5e | |
parent | 5152970538a5e16c03bbcb9f1c780489a795ed40 [diff] |
mfd: intel_soc_pmic: Add CONFIG_PM_SLEEP check for suspend_fn/resume_fn This patch fix warning message with CONFIG_PM_SLEEP disabled If CONFIG_PM_SLEEP is not enabled we receive the following warning message: drivers/mfd/intel_soc_pmic_core.c:118:12: warning: 'intel_soc_pmic_suspend' defined but not used Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>