Re: [PATCH 2/3] fix warning of not used variable

From: Rusty Russell
Date: Fri Dec 05 2008 - 03:25:32 EST


On Thursday 04 December 2008 22:06:33 AmÃrico Wang wrote:
> On Thu, Dec 4, 2008 at 1:00 AM, Jianjun Kong <jianjun@xxxxxxxxx> wrote:
> > fix this warning:
> > kernel/module.c:824: warning: 'print_unload_info' defined but not used
> > print_unload_info() just used when CONFIG_PROC_FS was defined.
> >
> > Signed-off-by: Jianjun Kong <jianjun@xxxxxxxxx>
>
> Reviewed-by: WANG Cong <wangcong@xxxxxxxxx>

My main concern is that this adds two new #ifdef sections. How about marking
both cases "inline" instead?

Cheers,
Rusty.
--
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/