]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: wmt-sdmmc: Move away from using deprecated APIs
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 25 Sep 2013 13:43:45 +0000 (15:43 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:28:27 +0000 (20:28 -0400)
commit7af37663502ff842846dba1afa2f792afeb41805
tree46ec161ff2c2bbd10a3e72e6cd10b065311c0095
parentbd190f90b5fb75a8421ccfecd2ee6c82605f7620
mmc: wmt-sdmmc: 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.

Cc: Tony Prisk <linux@prisktech.co.nz>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/wmt-sdmmc.c