Hi,
This removes the following warning while compiling.
drivers/char/cyclades.c: In function `cy_cleanup_module':
drivers/char/cyclades.c:5668: warning: unused variable `e2'
The patch is against the linux-2.6.0-test2.
Regards
KK
--- linux-2.6.0-test2/drivers/char/cyclades.orig.c 2003-07-31 16:16:49.000000000 +0530
+++ linux-2.6.0-test2/drivers/char/cyclades.c 2003-07-31 16:30:12.000000000 +0530
@@ -5665,7 +5665,7 @@
cy_cleanup_module(void)
{
int i;
- int e1, e2;
+ int e1;
unsigned long flags;
#ifndef CONFIG_CYZ_INTR
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:49 EST