diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-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 504da715a41a..9722d43d6140 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[] __devinitdata = { | 656 | static const struct pci_device_id pci_ids[] __devinitconst = { |
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, |