From: Andi Kleen Date: Wed, 26 Sep 2012 01:34:07 +0000 (+1000) Subject: sections: fix section conflicts in drivers/mmc X-Git-Tag: next-20120926~2^2~185 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b62b11b7a958eb79a5034431967084db52ab11f;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,