From: Andi Kleen Date: Thu, 15 Sep 2011 20:09:49 +0000 (-0700) Subject: serial: mfd: Initconst section fixes X-Git-Tag: firefly_0821_release~3680^2~4314^2~25 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=153d3d9be7ce6d87a83e4871ec94ddf6b9604814;p=firefly-linux-kernel-4.4.55.git serial: mfd: Initconst section fixes Cc: gregkh@suse.de Signed-off-by: Andi Kleen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c index cfa750163672..286c386d9c46 100644 --- a/drivers/tty/serial/mfd.c +++ b/drivers/tty/serial/mfd.c @@ -1467,7 +1467,7 @@ static void serial_hsu_remove(struct pci_dev *pdev) } /* First 3 are UART ports, and the 4th is the DMA */ -static const struct pci_device_id pci_ids[] __devinitdata = { +static const struct pci_device_id pci_ids[] __devinitconst = { { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },