mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
serial: mfd: Initconst section fixes
Cc: gregkh@suse.de Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
98c2b37353
commit
153d3d9be7
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user