diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-03-22 03:09:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 16:29:24 +0200 |
commit | 997230d02cbd7d35f26b70bb67d8b09a58414aae (patch) | |
tree | 899cab667d80500cee5e5688fc69d977d67fd435 /drivers/spi/spi-tegra20-slink.c | |
parent | Merge branch 'spi-fix' into spi-next (diff) | |
download | linux-997230d02cbd7d35f26b70bb67d8b09a58414aae.tar.xz linux-997230d02cbd7d35f26b70bb67d8b09a58414aae.zip |
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 <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/spi/spi-tegra20-slink.c')
0 files changed, 0 insertions, 0 deletions