提交 0d560a1d 编写于 作者: J Jan Kiszka 提交者: Greg Kroah-Hartman

serial: pci: Remove unused pci_boards entries

Became obsolete with the split-out of 8250_exar.
Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fc6cc961
...@@ -2485,10 +2485,6 @@ enum pci_board_num_t { ...@@ -2485,10 +2485,6 @@ enum pci_board_num_t {
pbn_b0_2_1843200, pbn_b0_2_1843200,
pbn_b0_4_1843200, pbn_b0_4_1843200,
pbn_b0_2_1843200_200,
pbn_b0_4_1843200_200,
pbn_b0_8_1843200_200,
pbn_b0_1_4000000, pbn_b0_1_4000000,
pbn_b0_bt_1_115200, pbn_b0_bt_1_115200,
...@@ -2703,24 +2699,6 @@ static struct pciserial_board pci_boards[] = { ...@@ -2703,24 +2699,6 @@ static struct pciserial_board pci_boards[] = {
.uart_offset = 8, .uart_offset = 8,
}, },
[pbn_b0_2_1843200_200] = {
.flags = FL_BASE0,
.num_ports = 2,
.base_baud = 1843200,
.uart_offset = 0x200,
},
[pbn_b0_4_1843200_200] = {
.flags = FL_BASE0,
.num_ports = 4,
.base_baud = 1843200,
.uart_offset = 0x200,
},
[pbn_b0_8_1843200_200] = {
.flags = FL_BASE0,
.num_ports = 8,
.base_baud = 1843200,
.uart_offset = 0x200,
},
[pbn_b0_1_4000000] = { [pbn_b0_1_4000000] = {
.flags = FL_BASE0, .flags = FL_BASE0,
.num_ports = 1, .num_ports = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册