[TRIVIAL] Patch to for Cyclades ISA serial board under 2.6
From: Shine Mohamed
Date:  Sat Sep 20 2003 - 00:28:23 EST
Quick patch to remove unused variables in Cyclades.c
diff -urN linux-2.6.0-test5.orig/drivers/char/cyclades.c 
linux-2.6.0-test5/drivers/char/cyclades.c
--- linux-2.6.0-test5.orig/drivers/char/cyclades.c      2003-09-09 
01:19:57.000000000 +0530
+++ linux-2.6.0-test5/drivers/char/cyclades.c   2003-09-20 09:38:20.000000000 
+0530
@@ -5665,8 +5665,7 @@
 cy_cleanup_module(void)
 {
     int i;
-    int e1, e2;
-    unsigned long flags;
+    int e1;
 #ifndef CONFIG_CYZ_INTR
     if (cyz_timeron){
-
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/