diff options
Diffstat (limited to 'drivers/mmc/host/dw_mmc-pci.c')
-rw-r--r-- | drivers/mmc/host/dw_mmc-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c index 53a09cbb2c7c..8ee0f74f9374 100644 --- a/drivers/mmc/host/dw_mmc-pci.c +++ b/drivers/mmc/host/dw_mmc-pci.c | |||
@@ -37,7 +37,7 @@ static struct dw_mci_board pci_board_data = { | |||
37 | .fifo_depth = 32, | 37 | .fifo_depth = 32, |
38 | }; | 38 | }; |
39 | 39 | ||
40 | static int __devinit dw_mci_pci_probe(struct pci_dev *pdev, | 40 | static int dw_mci_pci_probe(struct pci_dev *pdev, |
41 | const struct pci_device_id *entries) | 41 | const struct pci_device_id *entries) |
42 | { | 42 | { |
43 | struct dw_mci *host; | 43 | struct dw_mci *host; |
@@ -85,7 +85,7 @@ err_disable_dev: | |||
85 | return ret; | 85 | return ret; |
86 | } | 86 | } |
87 | 87 | ||
88 | static void __devexit dw_mci_pci_remove(struct pci_dev *pdev) | 88 | static 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 | ||