From: Kevin Hao Date: Fri, 27 Feb 2015 07:47:26 +0000 (+0800) Subject: mmc: sdhci-dove: kill the driver specific private struct X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35daeede227051e7fe91aee33d57dd7b0077e660;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed