mmc: sdhci-sirf: kill the "clk" member in driver private struct
authorKevin Hao <haokexin@gmail.com>
Fri, 27 Feb 2015 07:47:28 +0000 (15:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:34 +0000 (14:13 +0100)
commite46af2987b9228d213d2399e69a8741ad805c293
tree66dc88a07ceef6280a37f607965114a59b085bda
parente4f79d9ca21810a606ecce9067b8b037a5511413
mmc: sdhci-sirf: kill the "clk" member in driver private struct

Actually we can use the "clk" in the struct sdhci_pltfm_host.
With this change we can also kill the private function for get
max clock in this driver.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-sirf.c