From: Eric Dumazet Date: Tue, 8 Jan 2008 09:35:52 +0000 (-0800) Subject: [XFRM]: xfrm_state_clone() should be static, not exported X-Git-Tag: v2.6.25-rc1~1162^2~859 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6666351df90656677723f8232b3fdd26a500e51e;p=pandora-kernel.git [XFRM]: xfrm_state_clone() should be static, not exported xfrm_state_clone() is not used outside of net/xfrm/xfrm_state.c There is no need to export it. Spoted by sparse checker. CHECK net/xfrm/xfrm_state.c net/xfrm/xfrm_state.c:1103:19: warning: symbol 'xfrm_state_clone' was not declared. Should it be static? Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed