]> git.karo-electronics.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, 1 Dec 2011 18:08:07 +0000 (13:08 -0500)
commitda129f96d68efdc14b4d1f8c41312d59744d0e32
tree5a685fce62a603dd493da3e7b71ea79b9aeae030
parent0cae2d81bda67c962a01f2889ec3968a32ce1356
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