Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 153d3d9b authored by Andi Kleen's avatar Andi Kleen Committed by Greg Kroah-Hartman
Browse files

serial: mfd: Initconst section fixes



Cc: gregkh@suse.de
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 98c2b373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) },