From caebcae94fc01aef409ea0cabf0c327b6c23840e Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Fri, 27 Feb 2015 15:47:31 +0800 Subject: [PATCH] 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-format-patch failed