Fix modpost warning in serial driver

This is triggered if PCI && !HOTPLUG.

MODPOST vmlinux.o
WARNING: vmlinux.o(.data+0xc910): Section mismatch: reference to .init.text:pci_ite887x_init (between 'pci_serial_quirks' and 'serial_pci_tbl')

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Ralf Baechle and committed by Linus Torvalds f79abb82 cb109a0e

+1 -1
+1 -1
drivers/serial/8250_pci.c
··· 610 610 /* enable IO_Space bit */ 611 611 #define ITE_887x_POSIO_ENABLE (1 << 31) 612 612 613 - static int __devinit pci_ite887x_init(struct pci_dev *dev) 613 + static int pci_ite887x_init(struct pci_dev *dev) 614 614 { 615 615 /* inta_addr are the configuration addresses of the ITE */ 616 616 static const short inta_addr[] = { 0x2a0, 0x2c0, 0x220, 0x240, 0x1e0,