Skip to content

Commit

Permalink
[PATCH] remove drivers/char/riscom8.c:baud_table[]
Browse files Browse the repository at this point in the history
Commit c7bce30 removed all usages of
baud_table[] but not the array itself.

Spotted by the GNU C compiler.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 7, 2006
1 parent 0da1480 commit d0ce7d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/char/riscom8.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@
static struct riscom_board * IRQ_to_board[16];
static struct tty_driver *riscom_driver;

static unsigned long baud_table[] = {
0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800,
9600, 19200, 38400, 57600, 76800, 0,
};

static struct riscom_board rc_board[RC_NBOARD] = {
{
.base = RC_IOBASE1,
Expand Down

0 comments on commit d0ce7d0

Please sign in to comment.