commit | 524bfca2b42a7c9dc43af13e1592b21dd1ce3fcc | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Nov 21 18:00:51 2011 +0000 |
committer | Chris Ball <cjb@laptop.org> | Sat Dec 10 16:18:39 2011 -0500 |
tree | 456d7325addff10596ebdb62af2b7b53aa6199fc | |
parent | f6b8b52c68f6109db4be02b55660258ff503fc3b [diff] |
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>