mmc: sdhci: Remove redundant runtime PM calls
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 7 Apr 2016 08:56:39 +0000 (10:56 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:24 +0000 (10:33 +0200)
commit15e82076a0edbebedbe12652b4ad8f1d93bcb7fe
treead48ee7787bf5eac8474244a97ccd8804dd3492f
parent4e6c71788d6bb0e5438fc9211fa6e52dcca01474
mmc: sdhci: Remove redundant runtime PM calls

Commit 9250aea76bfc ("mmc: core: Enable runtime PM management of host
devices"), made some calls to the runtime PM API from the driver
redundant. Especially those which deals with runtime PM reference
counting, so let's remove them.

Moreover as SDHCI have its own wrapper functions for runtime PM these
becomes superfluous, so let's remove them as well.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
drivers/mmc/host/sdhci.c