sections: fix section conflicts in drivers/mmc
authorAndi Kleen <[email protected]>
Fri, 5 Oct 2012 00:11:54 +0000 (17:11 -0700)
committerLinus Torvalds <[email protected]>
Fri, 5 Oct 2012 18:04:42 +0000 (03:04 +0900)
Signed-off-by: Andi Kleen <[email protected]>
Cc: Chris Ball <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/mmc/host/sdhci-pci.c

index 504da715a41ae30f3e5670ff305801167ee60935..9722d43d61407d85b45a64ae1cf9a05a7196d231 100644 (file)
@@ -653,7 +653,7 @@ static const struct sdhci_pci_fixes sdhci_via = {
        .probe          = via_probe,
 };
 
-static const struct pci_device_id pci_ids[] __devinitdata = {
+static const struct pci_device_id pci_ids[] __devinitconst = {
        {
                .vendor         = PCI_VENDOR_ID_RICOH,
                .device         = PCI_DEVICE_ID_RICOH_R5C822,