aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r--drivers/mmc/host/sdhci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index 04936f353ced..7bc2270d9f91 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -1470,7 +1470,7 @@ static struct pci_driver sdhci_driver = {
1470 .name = "sdhci-pci", 1470 .name = "sdhci-pci",
1471 .id_table = pci_ids, 1471 .id_table = pci_ids,
1472 .probe = sdhci_pci_probe, 1472 .probe = sdhci_pci_probe,
1473 .remove = __devexit_p(sdhci_pci_remove), 1473 .remove = sdhci_pci_remove,
1474 .driver = { 1474 .driver = {
1475 .pm = &sdhci_pci_pm_ops 1475 .pm = &sdhci_pci_pm_ops
1476 }, 1476 },