From: Cong Wang Date: Mon, 7 Jan 2013 20:52:40 +0000 (+0000) Subject: ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library X-Git-Tag: v3.9-rc1~139^2~434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb3e04119fbf9145eb6d6bb707f6fb662ab4d3b;p=pandora-kernel.git ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library As suggested by David, udp6_csum_init() is too big to be inlined, move it to ipv6 static library, net/ipv6/ip6_checksum.c. And the generic csum_ipv6_magic() too. Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed