From 0529b810944932038fae1691b635d585429e6030 Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Tue, 12 Aug 2014 17:14:27 +0100 Subject: [PATCH] mmc: dw_mmc-pltfm: 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-format-patch failed