diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-of-esdhc.c')
-rw-r--r-- | drivers/mmc/host/sdhci-of-esdhc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index 1aceed7d5a60..6617d6750a71 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c | |||
@@ -213,7 +213,7 @@ static int sdhci_esdhc_probe(struct platform_device *pdev) | |||
213 | return sdhci_pltfm_register(pdev, &sdhci_esdhc_pdata); | 213 | return sdhci_pltfm_register(pdev, &sdhci_esdhc_pdata); |
214 | } | 214 | } |
215 | 215 | ||
216 | static int __devexit sdhci_esdhc_remove(struct platform_device *pdev) | 216 | static int sdhci_esdhc_remove(struct platform_device *pdev) |
217 | { | 217 | { |
218 | return sdhci_pltfm_unregister(pdev); | 218 | return sdhci_pltfm_unregister(pdev); |
219 | } | 219 | } |