From: Wolfram Sang Date: Thu, 17 Apr 2014 08:20:32 +0000 (+0200) Subject: usb: musb: dsps: compile suspend/resume only with PM_SLEEP X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7839836109a802b144a05cfbd4f57e6564d8e5;p=pandora-kernel.git usb: musb: dsps: compile suspend/resume only with PM_SLEEP Depending on PM is not enough, because only PM_RUNTIME could be selected. Fixes: drivers/usb/musb/musb_dsps.c:703:12: warning: 'dsps_suspend' defined but not used [-Wunused-function] drivers/usb/musb/musb_dsps.c:721:12: warning: 'dsps_resume' defined but not used [-Wunused-function] Signed-off-by: Wolfram Sang Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed