From: Jaewon Kim Date: Fri, 12 Sep 2014 04:35:45 +0000 (+0900) Subject: mfd: intel_soc_pmic: Add CONFIG_PM_SLEEP check for suspend_fn/resume_fn X-Git-Tag: fixes-against-v3.18-rc2~69^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdaf67030cbab21a91fd2d6b1771cf336a0dd092;p=pandora-kernel.git 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed