[TRIVIAL] Patch to for Cyclades ISA serial board under 2.6

From: Shine Mohamed
Date: Thu Sep 25 2003 - 10:02:39 EST


Quick patch to remove unused variables in Cyclades.c
This patch was sent earlier but the patching was done in wrong way
.... So submitting a correctly patched one.

--- drivers/char/cyclades.c.orig 2003-09-25 19:04:22.000000000 +0530
+++ drivers/char/cyclades.c 2003-09-25 19:07:45.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/