]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/mmc/host/sdhci.c
mmc: sdhci: Move away from using deprecated APIs
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 25 Sep 2013 12:15:24 +0000 (14:15 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:28:19 +0000 (20:28 -0400)
commit4ee14ec65810702a95d195757d307c41ecfd1c71
tree4b0bd8d0293af2de1ae4a3fcc319e7a58e20ce8c
parent990b2993d11489cb6ee19f948d203afb35871071
mmc: sdhci: Move away from using deprecated APIs

Suspend and resume of cards are being handled from the protocol layer
and consequently the mmc_suspend|resume_host APIs are deprecated.

This means we can simplify the suspend|resume callbacks by removing the
use of the deprecated APIs.

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