Skip to content

Commit 0d560a1

Browse files
jan-kiszkagregkh
authored andcommitted
serial: pci: Remove unused pci_boards entries
Became obsolete with the split-out of 8250_exar. Signed-off-by: Jan Kiszka <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fc6cc96 commit 0d560a1

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

drivers/tty/serial/8250/8250_pci.c

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,10 +2485,6 @@ enum pci_board_num_t {
24852485
pbn_b0_2_1843200,
24862486
pbn_b0_4_1843200,
24872487

2488-
pbn_b0_2_1843200_200,
2489-
pbn_b0_4_1843200_200,
2490-
pbn_b0_8_1843200_200,
2491-
24922488
pbn_b0_1_4000000,
24932489

24942490
pbn_b0_bt_1_115200,
@@ -2703,24 +2699,6 @@ static struct pciserial_board pci_boards[] = {
27032699
.uart_offset = 8,
27042700
},
27052701

2706-
[pbn_b0_2_1843200_200] = {
2707-
.flags = FL_BASE0,
2708-
.num_ports = 2,
2709-
.base_baud = 1843200,
2710-
.uart_offset = 0x200,
2711-
},
2712-
[pbn_b0_4_1843200_200] = {
2713-
.flags = FL_BASE0,
2714-
.num_ports = 4,
2715-
.base_baud = 1843200,
2716-
.uart_offset = 0x200,
2717-
},
2718-
[pbn_b0_8_1843200_200] = {
2719-
.flags = FL_BASE0,
2720-
.num_ports = 8,
2721-
.base_baud = 1843200,
2722-
.uart_offset = 0x200,
2723-
},
27242702
[pbn_b0_1_4000000] = {
27252703
.flags = FL_BASE0,
27262704
.num_ports = 1,

0 commit comments

Comments
 (0)