]> git.baikalelectronics.ru Git - kernel.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)
commitfbe4dcee7945ecdfb7f8b43e93fd52e3e88cbb77
treee70d00ef8d61cab8cd528e15c4aa3027dadf05d5
parentce4feefd5b0b879ea5c99758b6a0cdec84cfe961
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