]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private struct
authorKevin Hao <haokexin@gmail.com>
Fri, 27 Feb 2015 07:47:29 +0000 (15:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:34 +0000 (14:13 +0100)
commit2290fcb341a07cc22c0f7f7d529c137a78039cdf
treefed7eb1e30843ab92eef0849421cac6e86f1cc03
parente46af2987b9228d213d2399e69a8741ad805c293
mmc: sdhci-bcm-kona: kill the "external_clk" member in driver private struct

Actually we can use the "clk" in the struct sdhci_pltfm_host. Also
change the "external clock" to "core clock" and kill two redundant
private functions in this driver as suggested by Ray Jui.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-bcm-kona.c