]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sections: fix section conflicts in drivers/mmc
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Sep 2012 00:20:06 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:16 +0000 (14:01 +1000)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/mmc/host/sdhci-pci.c

index 3f0794e53b4a31a1bba24f0116b5d66c15f6bcf6..4bb74b042a06483cb3cea750dac26f56c4ab68cd 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,