diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:25:11 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:28:18 -0500 |
commit | 9647f84deeefcba8b9be22e1f1305eda88851635 (patch) | |
tree | 86224c389c586832938c71d710ef86874173de6d | |
parent | 498d83e732809d9e9caaef700743c7bc1a7c1462 (diff) |
mmc: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Chris Ball <cjb@laptop.org>
Cc: linux-mmc@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index ff9165178325..38447710a1ef 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -653,7 +653,7 @@ static const struct sdhci_pci_fixes sdhci_via = { | |||
653 | .probe = via_probe, | 653 | .probe = via_probe, |
654 | }; | 654 | }; |
655 | 655 | ||
656 | static const struct pci_device_id pci_ids[] __devinitconst = { | 656 | static const struct pci_device_id pci_ids[] = { |
657 | { | 657 | { |
658 | .vendor = PCI_VENDOR_ID_RICOH, | 658 | .vendor = PCI_VENDOR_ID_RICOH, |
659 | .device = PCI_DEVICE_ID_RICOH_R5C822, | 659 | .device = PCI_DEVICE_ID_RICOH_R5C822, |