From: Jingoo Han Date: Fri, 22 Mar 2013 02:09:08 +0000 (+0000) Subject: spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~130^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997230d02cbd7d35f26b70bb67d8b09a58414aae;p=pandora-kernel.git spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions Add CONFIG_PM_SLEEP to suspend/resume functions to fix the following build warning when CONFIG_PM_SLEEP is not selected. This is because sleep PM callbacks defined by SET_SYSTEM_SLEEP_PM_OPS are only used when the CONFIG_PM_SLEEP is enabled. drivers/spi/spi-s3c64xx.c:1362:12: warning: 's3c64xx_spi_suspend' defined but not used [-Wunused-function] drivers/spi/spi-s3c64xx.c:1381:12: warning: 's3c64xx_spi_resume' defined but not used [-Wunused-function] Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed