From bdaf67030cbab21a91fd2d6b1771cf336a0dd092 Mon Sep 17 00:00:00 2001 From: Jaewon Kim Date: Fri, 12 Sep 2014 13:35:45 +0900 Subject: [PATCH] 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-format-patch failed