aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pltfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.c')
-rw-r--r--drivers/mmc/host/sdhci-pltfm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
index 77821869e66e..e7762e5e9048 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -200,7 +200,6 @@ void sdhci_pltfm_free(struct platform_device *pdev)
200 iounmap(host->ioaddr); 200 iounmap(host->ioaddr);
201 release_mem_region(iomem->start, resource_size(iomem)); 201 release_mem_region(iomem->start, resource_size(iomem));
202 sdhci_free_host(host); 202 sdhci_free_host(host);
203 platform_set_drvdata(pdev, NULL);
204} 203}
205EXPORT_SYMBOL_GPL(sdhci_pltfm_free); 204EXPORT_SYMBOL_GPL(sdhci_pltfm_free);
206 205