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