Re: [PATCH] net/ipv6/tcp_ipv6.c: fix sparse warnings
- From: David Miller <davem@xxxxxxxxxxxxx>
- Date: Tue, 28 Apr 2009 02:08:24 -0700 (PDT)
From: "H Hartley Sweeten" <hartleys@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Apr 2009 20:35:39 -0400
Fix the following sparse warnings in net/ipv6/tcp_ipv6.c.
warning: symbol 'tcp6_gro_receive' was not declared. Should it be static?
warning: symbol 'tcp6_gro_complete' was not declared. Should it be static?
Both symbols are exported but not referenced anywhere outside of
this source file. Remove the exports and make the functions static.
Signed-off-by: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx>
1) Please post networking patches with netdev@xxxxxxxxxxxxxxx
at least CC:'d
2) Your email client corrupted this patch, making it not apply
properly.
Please fix these details up and resubmit your patch, thanks!
--
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/
- References:
- [PATCH] net/ipv6/tcp_ipv6.c: fix sparse warnings
- From: H Hartley Sweeten
- [PATCH] net/ipv6/tcp_ipv6.c: fix sparse warnings
- Prev by Date: Re: [PATCH 5/5] proc: export more page flags in /proc/kpageflags
- Next by Date: Re: [patch 00/27] [rfc] vfs scalability patchset
- Previous by thread: [PATCH] net/ipv6/tcp_ipv6.c: fix sparse warnings
- Next by thread: Mailbox De-Activation
- Index(es):
Relevant Pages
|