aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pxav2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-pxav2.c')
-rw-r--r--drivers/mmc/host/sdhci-pxav2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c
index 7d4dc1946312..ac854aa192a8 100644
--- a/drivers/mmc/host/sdhci-pxav2.c
+++ b/drivers/mmc/host/sdhci-pxav2.c
@@ -247,7 +247,7 @@ err_clk_get:
247 return ret; 247 return ret;
248} 248}
249 249
250static int __devexit sdhci_pxav2_remove(struct platform_device *pdev) 250static int sdhci_pxav2_remove(struct platform_device *pdev)
251{ 251{
252 struct sdhci_host *host = platform_get_drvdata(pdev); 252 struct sdhci_host *host = platform_get_drvdata(pdev);
253 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); 253 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);