From: Andi Kleen Date: Fri, 28 Sep 2012 00:20:05 +0000 (+1000) Subject: sections: fix section conflicts in drivers/macintosh X-Git-Tag: next-20121005~1^2~182 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a12fed63106d16cfc193784b21898fc1cf9e62fd;p=karo-tx-linux.git sections: fix section conflicts in drivers/macintosh Signed-off-by: Andi Kleen Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton --- diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index 20e5c2cda430..9e849a98ea5b 100644 --- a/drivers/macintosh/macio_asic.c +++ b/drivers/macintosh/macio_asic.c @@ -748,7 +748,7 @@ static void __devexit macio_pci_remove(struct pci_dev* pdev) * MacIO is matched against any Apple ID, it's probe() function * will then decide wether it applies or not */ -static const struct pci_device_id __devinitdata pci_ids [] = { { +static const struct pci_device_id __devinitconst pci_ids [] = { { .vendor = PCI_VENDOR_ID_APPLE, .device = PCI_ANY_ID, .subvendor = PCI_ANY_ID,