commit | 0433c14356702e296f474f77ebd42f0a9d9a5487 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:20:26 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 12:28:09 2012 -0800 |
tree | c51ea146be97a95cd8d16f6d5bf9bf7678b4adad | |
parent | 77f37917a6f2bd8635b553178bb34bdd80f08e40 [diff] [blame] |
mmc: remove use of __devexit_p CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Chris Ball <[email protected]> Cc: "Michał Mirosław" <[email protected]> Cc: Jarkko Lavinen <[email protected]> Cc: Venkatraman S <[email protected]> Cc: Ian Molton <[email protected]> Cc: Bruce Chang <[email protected]> Cc: Harald Welte <[email protected]> Cc: Pierre Ossman <[email protected]> Acked-by: Viresh Kumar <[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 04936f3..7bc2270 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c
@@ -1470,7 +1470,7 @@ .name = "sdhci-pci", .id_table = pci_ids, .probe = sdhci_pci_probe, - .remove = __devexit_p(sdhci_pci_remove), + .remove = sdhci_pci_remove, .driver = { .pm = &sdhci_pci_pm_ops },