From: Mark Brown Date: Mon, 21 Nov 2011 18:00:51 +0000 (+0000) Subject: mmc: sdhci-s3c: Remove old and misprototyped suspend operations X-Git-Tag: v3.2-rc6~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=524bfca2b42a7c9dc43af13e1592b21dd1ce3fcc;p=pandora-kernel.git 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 Acked-by: Jaehoon Chung Signed-off-by: Chris Ball --- Reading git-diff-tree failed