commit | 6e0ee714fdab0568c3487455951dea2673e9557f | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:26:03 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 12:28:18 2012 -0800 |
tree | 9242d8a28380ca80bebdd08d0997d39d03f2062f | |
parent | 9647f84deeefcba8b9be22e1f1305eda88851635 [diff] [blame] |
mmc: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Manuel Lauss <[email protected]> Cc: Chris Ball <[email protected]> Cc: "Michał Mirosław" <[email protected]> Cc: Jarkko Lavinen <[email protected]> Cc: Venkatraman S <[email protected]> Cc: Viresh Kumar <[email protected]> Cc: Ian Molton <[email protected]> Cc: Bruce Chang <[email protected]> Cc: Harald Welte <[email protected]> Cc: Pierre Ossman <[email protected]> Acked-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 3844771..d01aa61 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c
@@ -1347,7 +1347,7 @@ pm_suspend_ignore_children(dev, 1); } -static void __devexit sdhci_pci_runtime_pm_forbid(struct device *dev) +static void sdhci_pci_runtime_pm_forbid(struct device *dev) { pm_runtime_forbid(dev); pm_runtime_get_noresume(dev); @@ -1445,7 +1445,7 @@ return ret; } -static void __devexit sdhci_pci_remove(struct pci_dev *pdev) +static void sdhci_pci_remove(struct pci_dev *pdev) { int i; struct sdhci_pci_chip *chip;