]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: rtsx: Remove redundant suspend and resume callbacks
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 26 Sep 2013 07:43:24 +0000 (09:43 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:28:31 +0000 (20:28 -0400)
commitff71c4bcb0af2730d047989e485303ae4e1ce794
treede33234b9fd4b5dfa0d5ebb8b30eadd14811ce7f
parent83234ac895b769241771e1c23f889e0615780ffc
mmc: rtsx: Remove redundant suspend and resume callbacks

Suspend and resume of cards are handled by the protocol layer and
consequently the mmc_suspend|resume_host APIs are marked as deprecated.

While moving away from using the deprecated APIs, there are nothing
left to be done for the suspend and resume callbacks, so remove them.

Cc: Wei WANG <wei_wang@realsil.com.cn>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/rtsx_pci_sdmmc.c