mmc: remove use of __devexit_p
[deliverable/linux.git] / drivers / mmc / host / sdhci-pci.c
index 04936f353ced53461a35545b22add0460c582d3a..7bc2270d9f91c03f047297cae5624e93a0f8c19c 100644 (file)
@@ -1470,7 +1470,7 @@ static struct pci_driver sdhci_driver = {
        .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
        },
This page took 0.025974 seconds and 5 git commands to generate.