From: Andi Kleen Date: Fri, 28 Sep 2012 00:20:06 +0000 (+1000) Subject: sections: fix section conflicts in drivers/mmc X-Git-Tag: next-20121005~1^2~179 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=18416edd4ad7538582308ac48c666b92bf68e02f;p=karo-tx-linux.git sections: fix section conflicts in drivers/mmc Signed-off-by: Andi Kleen Cc: Chris Ball Signed-off-by: Andrew Morton --- diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 3f0794e53b4a..4bb74b042a06 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 = { .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,