mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_ops
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 27 Jul 2016 09:25:23 +0000 (11:25 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 27 Jul 2016 09:25:23 +0000 (11:25 +0200)
commitee4cf97c3271df60bf324bd6157ee2c6604fab35
tree2027af2055895ab542938a1def93c9b25d5ad86e
parent6b3a194b7c164eab0429c3db58612fa7d02dc5f9
mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_ops

The SIMPLE_DEV_PM_OPS macro deals with the CONFIG_PM options when
assigning the PM callbacks, thus it's not needed to control this when
using the macro. By removing the non needed #ifdef, the code becomes a
bit cleaner.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-sirf.c