]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci-s3c: Remove old and misprototyped suspend operations
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 21 Nov 2011 18:00:51 +0000 (18:00 +0000)
committerChris Ball <cjb@laptop.org>
Thu, 8 Dec 2011 04:26:32 +0000 (23:26 -0500)
commit75556484fd496c435836b708536be92f7dcb8036
tree52d7f224ca0aa9b9712afa15e55b8c4a8a4ec189
parentaeeb949fac29975624648821ae2bb181132d38b6
mmc: sdhci-s3c: Remove old and misprototyped suspend operations

Now that the driver is using dev_pm_ops the suspend operations in the
platform_driver structure won't get called so don't need to be there,
and certainly shouldn't be the same function as dev_pm_ops since the
signatures are different.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c