commit | eb4667426ba7b0676e888aa8ffc448fcf607d284 | [log] [tgz] |
---|---|---|
author | Peter Griffin <peter.griffin@linaro.org> | Tue Aug 12 17:14:26 2014 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Sep 09 13:59:05 2014 +0200 |
tree | 883b224999082a5137214ff8ea2a5bd1f03e4a5b | |
parent | 2137f5d3b8e8e04cff06194cacd0f6357495ac94 [diff] |
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 <peter.griffin@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>