aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/dw_mmc-pci.c')
-rw-r--r--drivers/mmc/host/dw_mmc-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c
index 324c8bfeb7ec..083fcd29c9c6 100644
--- a/drivers/mmc/host/dw_mmc-pci.c
+++ b/drivers/mmc/host/dw_mmc-pci.c
@@ -85,7 +85,7 @@ err_disable_dev:
85 return ret; 85 return ret;
86} 86}
87 87
88static void __devexit dw_mci_pci_remove(struct pci_dev *pdev) 88static void dw_mci_pci_remove(struct pci_dev *pdev)
89{ 89{
90 struct dw_mci *host = pci_get_drvdata(pdev); 90 struct dw_mci *host = pci_get_drvdata(pdev);
91 91