From: Peter Griffin Date: Tue, 12 Aug 2014 16:14:26 +0000 (+0100) Subject: mmc: dw_mmc-pci: Remove superflous #else condition on CONFIG_PM_SLEEP X-Git-Tag: omap-for-v3.19/prcm-cleanup~124^2~98 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4667426ba7b0676e888aa8ffc448fcf607d284;p=pandora-kernel.git mmc: dw_mmc-pci: Remove superflous #else condition on CONFIG_PM_SLEEP As the code is using SIMPLE_DEV_PM_OPS helper, this compiles away to nothing if CONFIG_PM_SLEEP is disabled. Thus we don't need to #define the suspend/resume callbacks to NULL. Signed-off-by: Peter Griffin Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed