[TRIVIAL][PATCH-2.6.0-test3]removes the unused variable in drivers/char/esp.c

From: Krishnakumar. R
Date: Mon Aug 18 2003 - 11:01:37 EST


Hi,

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

Regards
KK

=============================================
diffstat output:

esp.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

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



--- linux-2.6.0-test3/drivers/char/esp.orig.c 2003-08-18 21:19:20.000000000 +0530
+++ linux-2.6.0-test3/drivers/char/esp.c 2003-08-18 21:20:01.000000000 +0530
@@ -2632,7 +2632,7 @@
static void __exit espserial_exit(void)
{
unsigned long flags;
- int e1, e2;
+ int e1;
unsigned int region_start, region_end;
struct esp_struct *temp_async;
struct esp_pio_buffer *pio_buf;




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