From: Kevin Hao Date: Fri, 27 Feb 2015 07:47:31 +0000 (+0800) Subject: mmc: sdhci: set the .remove to sdhci_pltfm_unregister() X-Git-Tag: omap-for-v4.2/o2_dc~168^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caebcae94fc01aef409ea0cabf0c327b6c23840e;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed