From: Harvey Harrison Commit: 02c9b5cf9acd8a85313b892dc5196ccf133d4884 serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.h Added a second initializer, perhaps sopmething else was intended? Signed-off-by: Harvey Harrison Signed-off-by: Andrew Morton --- drivers/serial/8250_pci.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN drivers/serial/8250_pci.c~serial-remove-double-initializer drivers/serial/8250_pci.c --- a/drivers/serial/8250_pci.c~serial-remove-double-initializer +++ a/drivers/serial/8250_pci.c @@ -1214,13 +1214,6 @@ static struct pciserial_board pci_boards .base_baud = 115200, .uart_offset = 8, }, - [pbn_b0_8_115200] = { - .flags = FL_BASE0, - .num_ports = 8, - .base_baud = 115200, - .uart_offset = 8, - }, - [pbn_b0_1_921600] = { .flags = FL_BASE0, .num_ports = 1, _