aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r--drivers/mmc/host/sdhci-esdhc-imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index cd741bbde505..8d54fd7b9d37 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -599,7 +599,7 @@ err_imx_data:
599 return err; 599 return err;
600} 600}
601 601
602static int __devexit sdhci_esdhc_imx_remove(struct platform_device *pdev) 602static int sdhci_esdhc_imx_remove(struct platform_device *pdev)
603{ 603{
604 struct sdhci_host *host = platform_get_drvdata(pdev); 604 struct sdhci_host *host = platform_get_drvdata(pdev);
605 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); 605 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);