From: Russell King Date: Fri, 25 Apr 2014 11:58:45 +0000 (+0100) Subject: mmc: sdhci: move setting host->clock into sdhci_do_set_ios() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=373073efd06528867df963724a93f29c7d5534d0;p=pandora-kernel.git mmc: sdhci: move setting host->clock into sdhci_do_set_ios() We don't need implementations to do this, since the only time it's necessary is when we change the clock, and the only place that happens is in sdhci_do_set_ios(). So, move it there, and remove it from the iMX platform backend. Signed-off-by: Russell King Tested-by: Markus Pargmann Tested-by: Stephen Warren Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed