[2.6 patch] remove an unused variable in riscom8.c

From: Adrian Bunk
Date: Mon Sep 01 2003 - 15:55:17 EST


The patch below removes an unused variable in drivers/char/riscom8.c

I've tested the compilation with 2.6.0-test4-mm4.

Please apply
Adrian

--- linux-2.6.0-test4-mm4-no-smp/drivers/char/riscom8.c.old 2003-09-01 22:21:57.000000000 +0200
+++ linux-2.6.0-test4-mm4-no-smp/drivers/char/riscom8.c 2003-09-01 22:22:55.000000000 +0200
@@ -1036,7 +1036,6 @@
int error;
struct riscom_port * port;
struct riscom_board * bp;
- unsigned long flags;

board = RC_BOARD(tty->index);
if (board >= RC_NBOARD || !(rc_board[board].flags & RC_BOARD_PRESENT))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/