diff options
author | 2012-10-16 22:59:01 +0800 | |
---|---|---|
committer | 2012-11-16 00:45:37 -0500 | |
commit | 29448ec129c5c9c7ece2ef28c72a0dafd70c8af2 (patch) | |
tree | 6475e134096a3bac17c5895c9805324ac3e65b37 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sata_svw: check DMA start bit before reset (diff) | |
download | linux-dev-29448ec129c5c9c7ece2ef28c72a0dafd70c8af2.tar.xz linux-dev-29448ec129c5c9c7ece2ef28c72a0dafd70c8af2.zip |
[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEP
This will fix warnings like following when CONFIG_PM_SLEEP is not set:
warning: 'xxx_suspend' defined but not used [-Wunused-function]
warning: 'xxx_resume' defined but not used [-Wunused-function]
Because
SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn)
Only references the callbacks on CONFIG_PM_SLEEP (instead of CONFIG_PM).
Cc: Viresh Kumar <viresh.linux@gmail.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions