[TRIVIAL][PATCH-2.6.0-test2] Remove unused variable.
From: Krishnakumar. R (krishnakumar_at_naturesoft.net)
Date: 07/31/03
- Previous message: Ramón Rey VicenteQ=AE=A0=92?=: "Re: 2.6.0-test2-mm2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: trivial@rustcorp.com.au Date: Thu, 31 Jul 2003 16:39:24 +0530
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/
- Previous message: Ramón Rey VicenteQ=AE=A0=92?=: "Re: 2.6.0-test2-mm2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|