diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-03-29 04:10:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-30 23:20:24 +0200 |
commit | f0bb3cfde03ae6d492447883f786c6ee9a4db2ca (patch) | |
tree | 45085327083220c28098d8525ee4a2cb00689daa /drivers/serial/8250_pci.c | |
parent | drivers/crypto/hifn_795x.c trivial endianness annotations (diff) | |
download | linux-f0bb3cfde03ae6d492447883f786c6ee9a4db2ca.tar.xz linux-f0bb3cfde03ae6d492447883f786c6ee9a4db2ca.zip |
8250_pci: duplicate initializer in array ([pbn_b0_8_115200])
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/8250_pci.c')
-rw-r--r-- | drivers/serial/8250_pci.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index a8bec498cad6..f97224ce59da 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c @@ -1214,13 +1214,6 @@ static struct pciserial_board pci_boards[] __devinitdata = { .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, |