diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 38447710a1ef..d01aa610391f 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -1347,7 +1347,7 @@ static void sdhci_pci_runtime_pm_allow(struct device *dev) | |||
1347 | pm_suspend_ignore_children(dev, 1); | 1347 | pm_suspend_ignore_children(dev, 1); |
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | static void __devexit sdhci_pci_runtime_pm_forbid(struct device *dev) | 1350 | static void sdhci_pci_runtime_pm_forbid(struct device *dev) |
1351 | { | 1351 | { |
1352 | pm_runtime_forbid(dev); | 1352 | pm_runtime_forbid(dev); |
1353 | pm_runtime_get_noresume(dev); | 1353 | pm_runtime_get_noresume(dev); |
@@ -1445,7 +1445,7 @@ err: | |||
1445 | return ret; | 1445 | return ret; |
1446 | } | 1446 | } |
1447 | 1447 | ||
1448 | static void __devexit sdhci_pci_remove(struct pci_dev *pdev) | 1448 | static void sdhci_pci_remove(struct pci_dev *pdev) |
1449 | { | 1449 | { |
1450 | int i; | 1450 | int i; |
1451 | struct sdhci_pci_chip *chip; | 1451 | struct sdhci_pci_chip *chip; |