mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 Apr 2014 11:59:46 +0000 (12:59 +0100)
committerChris Ball <chris@printf.net>
Thu, 22 May 2014 12:33:27 +0000 (08:33 -0400)
commit723f7924e80e97e365e70206b6f6f5ebdd8e7ccf
tree07f234ffadce12d46a1dd9f98d21ed359fd705ac
parent850a29b859407e4c35252c817d542f95bf4a5771
mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks

We don't need these hooks in order to insert code in these paths, we
can just provide our own handlers and call the main sdhci handlers as
appropriate.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Markus Pargmann <mpa@pengutronix.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci-of-esdhc.c