Commit bf0cd8b2 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] trivial: remove warning in ftape

From:  Chris Heath <chris@heathens.co.nz>

Here's a trivial patch that removes an unused-variable warning in ftape.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 010f2660
...@@ -55,7 +55,7 @@ char ft_rev[] __initdata = "$Revision: 1.8 $"; ...@@ -55,7 +55,7 @@ char ft_rev[] __initdata = "$Revision: 1.8 $";
char ft_dat[] __initdata = "$Date: 1997/11/06 00:38:08 $"; char ft_dat[] __initdata = "$Date: 1997/11/06 00:38:08 $";
#ifndef CONFIG_FT_NO_TRACE_AT_ALL #if defined(MODULE) && !defined(CONFIG_FT_NO_TRACE_AT_ALL)
static int ft_tracing = -1; static int ft_tracing = -1;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment