From: YOSHIFUJI Hideaki Date: Tue, 22 Jan 2008 08:25:46 +0000 (+0900) Subject: [IPV6] UDPLITE: Sparse: Declare non-static symbols in header. X-Git-Tag: v2.6.25-rc1~1162^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8b9df6e8786e4d5ee5ac951240cb2eaaac3014;p=pandora-kernel.git [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 --- Reading git-diff-tree failed