[TRIVIAL][PATCH-2.6.0-test3]remove unused variable in drivers/char/isicom.c

From: Krishnakumar. R
Date: Mon Aug 18 2003 - 10:51:12 EST


Hi,

This patch would remove the 'unused variable'
error in drivers/char/isicom.c.

Regards
KK

=============================================
diffstat:
isicom.c | 1 -
1 files changed, 1 deletion(-)

=============================================
The following is the patch:


--- linux-2.6.0-test3/drivers/char/isicom.orig.c 2003-08-18 21:07:10.000000000
+0530
+++ linux-2.6.0-test3/drivers/char/isicom.c 2003-08-18 21:07:25.000000000
+0530
@@ -972,7 +972,6 @@
struct isi_port * port;
struct isi_board * card;
unsigned int line, board;
- unsigned long flags;
int error;

#ifdef ISICOM_DEBUG

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