Re: [PATCH] ppp: sparse warning fixes

2008-01-23 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 23 Jan 2008 15:40:19 -0800 > Fix a bunch of warnings in PPP and related drivers. Mostly because > sparse doesn't like it when the the function is only marked private > in the forward declaration. > > Signed-off-by: Stephen Hemminger <[EMAIL P

[PATCH] ppp: sparse warning fixes

2008-01-23 Thread Stephen Hemminger
Fix a bunch of warnings in PPP and related drivers. Mostly because sparse doesn't like it when the the function is only marked private in the forward declaration. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/ppp_deflate.c |4 ++-- drivers/net/ppp_generic.c |2 +-