]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit35daeede227051e7fe91aee33d57dd7b0077e660
treee70d00ef8d61cab8cd528e15c4aa3027dadf05d5
parent6a4a34a413d896d1efe5a582a3bb8e435da65c1a
mmc: sdhci-dove: kill the driver specific private struct

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