]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: mmci: Move away from using deprecated APIs
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 26 Sep 2013 08:54:30 +0000 (10:54 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:28:37 +0000 (20:28 -0400)
commit578aebc7d6eca1de7a641b7ab0e70db73a42bcfa
tree9c4617ffc134c0629bb44901ae67483f23313358
parentccad9b973f50144dddd05e9704b0eb4060c316a3
mmc: mmci: 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: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mmci.c