All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] remove an unused variable in riscom8.c
@ 2003-09-01 20:53 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-09-01 20:53 UTC (permalink / raw)
  To: pgmdsg; +Cc: linux-kernel, trivial

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))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-01 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-01 20:53 [2.6 patch] remove an unused variable in riscom8.c Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.