mmc: sdhci-dove: kill the driver specific private struct
authorKevin Hao <haokexin@gmail.com>
Fri, 27 Feb 2015 07:47:26 +0000 (15:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:33 +0000 (14:13 +0100)
There is only one "clk" member in this driver specific private struct.
Actually we can use the "clk" member in the struct sdhci_pltfm_host,
and then kill this struct completely.

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

Simple merge