]> 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)
commit5516fe4d808caab82a871f957044786e7aa254d2
tree66dc88a07ceef6280a37f607965114a59b085bda
parentb6a6a22205fce795f96b4e52edfb4c09b9a595f6
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