From: Jingoo Han Date: Mon, 29 Apr 2013 18:55:51 +0000 (-0700) Subject: drivers/block/mg_disk.c: add CONFIG_PM_SLEEP to suspend/resume functions X-Git-Tag: omap-for-v3.10/fixes-for-merge-window-part2~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed3d67e57ec3d27d64114ab61dab9bcd69fe42f;p=pandora-kernel.git drivers/block/mg_disk.c: 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 SIMPLE_DEV_PM_OPS are only used when the CONFIG_PM_SLEEP is enabled. drivers/block/mg_disk.c:783:12: warning: 'mg_suspend' defined but not used [-Wunused-function] drivers/block/mg_disk.c:807:12: warning: 'mg_resume' defined but not used [-Wunused-function] Signed-off-by: Jingoo Han Cc: Jens Axboe Cc: "Rafael J. Wysocki" Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed