]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite304bc7e79bec158b7332133dc0541b6dd2e8c9b
tree66dc88a07ceef6280a37f607965114a59b085bda
parent0519acdaa07c91603059840426ddf45f24e1507d
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