From: Thierry Reding Date: Thu, 9 Aug 2012 09:32:21 +0000 (+0000) Subject: mmc: sdio: Fix PM_SLEEP related build warnings X-Git-Tag: v3.7-rc1~69^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e2ac330f65bcf47e8894fe5331a7e8ee019c06;p=pandora-kernel.git mmc: sdio: Fix PM_SLEEP related build warnings Power management callbacks defined by SIMPLE_DEV_PM_OPS are only used if the PM_SLEEP Kconfig symbol has been defined. If not, the compiler will complain about them being unused. However, since the callback for this driver doesn't do anything it can just as well be dropped. Signed-off-by: Thierry Reding Acked-by: Rafael J. Wysocki Signed-off-by: Chris Ball --- Reading git-diff-tree failed