diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 2 |
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 | ||
602 | static int __devexit sdhci_esdhc_imx_remove(struct platform_device *pdev) | 602 | static 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); |