summaryrefslogtreecommitdiffstats
path: root/virt/kvm
diff options
context:
space:
mode:
authorYuanhan Liu <yuanhan.liu@linux.intel.com>2012-10-16 22:59:02 +0800
committerJohn W. Linville <linville@tuxdriver.com>2012-10-29 15:19:31 -0400
commitccd609538e99d3465a8d498f3655098f44cd253b (patch)
tree56c6fcb31f9e3112a3fed18b89bd9ce55d237a1e /virt/kvm
parent7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b (diff)
downloadtalos-op-linux-ccd609538e99d3465a8d498f3655098f44cd253b.tar.gz
talos-op-linux-ccd609538e99d3465a8d498f3655098f44cd253b.zip
bcma: suspend/resume 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: John W. Linville <linville@tuxdriver.com> Cc: "Rafał Miłecki" <zajec5@gmail.com> Cc: linux-wireless@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: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud