Hi,
Please apply to 2.6.3-current.
--
~Randy
From: Stephen Hemminger <shemminger@xxxxxxxx>
Get rid of unused local variable that causes warning
diff -Nru a/drivers/net/sk98lin/skge.c b/drivers/net/sk98lin/skge.c
linux-263-kj1-rddunlap/drivers/net/sk98lin/skge.c | 1 -
1 files changed, 1 deletion(-)
diff -puN drivers/net/sk98lin/skge.c~net_skge_unused drivers/net/sk98lin/skge.c
--- linux-263-kj1/drivers/net/sk98lin/skge.c~net_skge_unused 2004-02-18
14:46:07.000000000 -0800
+++ linux-263-kj1-rddunlap/drivers/net/sk98lin/skge.c 2004-02-18
14:46:07.000000000 -0800
@@ -294,7 +294,6 @@ static int __init skge_probe (void)
SK_BOOL BootStringCount = SK_FALSE;
int retval;
#ifdef CONFIG_PROC_FS
- int proc_root_initialized = 0;
struct proc_dir_entry *pProcFile;
#endif
_
|