[IPV6] UDPLITE: Sparse: Declare non-static symbols in header.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 22 Jan 2008 08:25:46 +0000 (17:25 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:26 +0000 (15:10 -0800)
commit5e8b9df6e8786e4d5ee5ac951240cb2eaaac3014
treeb0c201341ddcf4194260f09ae3a79ba45af8346e
parent77d0d350e96c9453be255d8eff8dc97555710b17
[IPV6] UDPLITE: Sparse: Declare non-static symbols in header.

Fix the following sparse warnings:
| net/ipv6/udplite.c:45:14: warning: symbol 'udplitev6_prot' was not declared. Should it be static?
| net/ipv6/udplite.c:80:12: warning: symbol 'udplitev6_init' was not declared. Should it be static?
| net/ipv6/udplite.c:99:6: warning: symbol 'udplitev6_exit' was not declared. Should it be static?

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ipv6/udp_impl.h