summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorAdrian Bunk2006-12-07 05:40:05 +0100
committerLinus Torvalds2006-12-07 17:39:44 +0100
commitd0ce7d0346132808d7170b56a01fa582324a7f4d (patch)
treea9d4e15fccf7575e97473ccc3dc5f307deeece4c /drivers/char
parent[PATCH] proper prototype for remove_inode_dquot_ref() (diff)
downloadkernel-qcow2-linux-d0ce7d0346132808d7170b56a01fa582324a7f4d.tar.gz
kernel-qcow2-linux-d0ce7d0346132808d7170b56a01fa582324a7f4d.tar.xz
kernel-qcow2-linux-d0ce7d0346132808d7170b56a01fa582324a7f4d.zip
[PATCH] remove drivers/char/riscom8.c:baud_table[]
Commit c7bce3097c0f9bbed76ee6fd03742f2624031a45 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>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/riscom8.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/riscom8.c b/drivers/char/riscom8.c
index 722dd3e74185..0a77bfcd5b5e 100644
--- a/drivers/char/riscom8.c
+++ b/drivers/char/riscom8.c
@@ -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,