Re: [PATCH] remove unused label and obsolete preprocessor gunk from hisax

2005-01-30 Thread Karsten Keil
On Sun, Jan 30, 2005 at 09:43:05PM +0100, Jesper Juhl wrote: > > > Here's a patch to remove an unused label and some obsolete preprocessor > magic around it. Thus killing this warning: > drivers/isdn/hisax/hisax_fcpcipnp.c:1014: warning: label > `out_unregister_isapnp' defined but not used > P

[PATCH] remove unused label and obsolete preprocessor gunk from hisax

2005-01-30 Thread Jesper Juhl
Here's a patch to remove an unused label and some obsolete preprocessor magic around it. Thus killing this warning: drivers/isdn/hisax/hisax_fcpcipnp.c:1014: warning: label `out_unregister_isapnp' defined but not used Please apply. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- linux-2.