]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: set the .remove to sdhci_pltfm_unregister()
authorKevin Hao <haokexin@gmail.com>
Fri, 27 Feb 2015 07:47:31 +0000 (15:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:35 +0000 (14:13 +0100)
commit712293f00638b7d2053ac926d533c9384e86b31d
tree45db370019df801833f0bd6e2d6b0271b289d8a7
parent2a919d7c00496056f02d428bf4f31da8b5d7c54c
mmc: sdhci: set the .remove to sdhci_pltfm_unregister()

In these drivers, the driver specific .remove function just a simple
wrapper of function sdhci_pltfm_unregister(). So remove these wrappers
and just set .remove to sdhci_pltfm_unregister().

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-bcm-kona.c
drivers/mmc/host/sdhci-bcm2835.c
drivers/mmc/host/sdhci-cns3xxx.c
drivers/mmc/host/sdhci-dove.c
drivers/mmc/host/sdhci-of-esdhc.c
drivers/mmc/host/sdhci-of-hlwd.c
drivers/mmc/host/sdhci-sirf.c
drivers/mmc/host/sdhci-st.c
drivers/mmc/host/sdhci-tegra.c