]> 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)
commit248061d0a3c108a1b43a9f158a0d2f03617af333
treee70d00ef8d61cab8cd528e15c4aa3027dadf05d5
parentc19dd5455aae9faadfdacc7752f0b97dab49aea9
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