]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-pci: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacks
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 12 Aug 2014 16:14:28 +0000 (17:14 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 9 Sep 2014 11:59:06 +0000 (13:59 +0200)
commit88c9d31b1a738e3a94ee0a1f0c5166a3c67eeff7
tree82d09e05386c03b7706f2aa5fa1bf2c9faaecb55
parent1e839664ae3d46f4da35cd92f9f9e010952e884c
mmc: sdhci-pci: Use SET_RUNTIME_PM_OPS macro to set runtime pm callbacks

This allows us to get rid of the #else condition, as the macro compiles
away to nothing if not enabled.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci.c