Hi,
When CONFIG_PROC_FS is not set and CONFIG_PPPOL2TP is set,
we have the following warning in build:
drivers/net/pppol2tp.c: In function 'pppol2tp_init':
drivers/net/pppol2tp.c:2472: warning: label
'out_unregister_pppox_proto' defined but not used
This patches fixes this warning by adding appropriate #ifdef.
Regards,
Rami Rosen
Signed-off-by: Rami Rosen <[email protected]>
Acked-by: James Chapman <[email protected]>
Rami Rosen wrote:
> Hi,
>
> When CONFIG_PROC_FS is not set and CONFIG_PPPOL2TP is set,
> we have the following warning in build:
> drivers/net/pppol2tp.c: In function 'pppol2tp_init':
> drivers/net/pppol2tp.c:2472: warning: label
> 'out_unregister_pppox_proto' defined but not used
>
> This patches fixes this warning by adding appropriate #ifdef.
>
> Regards,
> Rami Rosen
>
>
> Signed-off-by: Rami Rosen <[email protected]>
>
--
James Chapman
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development
Rami Rosen wrote:
> Hi,
>
> When CONFIG_PROC_FS is not set and CONFIG_PPPOL2TP is set,
> we have the following warning in build:
> drivers/net/pppol2tp.c: In function 'pppol2tp_init':
> drivers/net/pppol2tp.c:2472: warning: label
> 'out_unregister_pppox_proto' defined but not used
>
> This patches fixes this warning by adding appropriate #ifdef.
>
> Regards,
> Rami Rosen
>
>
> Signed-off-by: Rami Rosen <[email protected]>
David or Paul, wanna pick this up?
From: James Chapman <[email protected]>
Date: Tue, 05 Feb 2008 17:38:10 +0000
> Acked-by: James Chapman <[email protected]>
Applied, thanks everyone.
From: Jeff Garzik <[email protected]>
Date: Tue, 05 Feb 2008 13:22:19 -0500
> David or Paul, wanna pick this up?
I took it, no worries.