mmc: core: Remove redundant ->power_restore() callback for SD
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 09:14:58 +0000 (11:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 4 Jun 2015 08:03:51 +0000 (10:03 +0200)
commit3056c49c35c1e8cc303e79c7085579ff0729a83b
tree6951ed4a2ab5aa48fc30cbaf84901e9e8efd08be
parent364549ddc29dd5490e81039cb85fbf0123365754
mmc: core: Remove redundant ->power_restore() callback for SD

Since the ->reset() callback is implemented for SD, the ->power_restore()
callback has become redundant, let's remove it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sd.c