]> git.baikalelectronics.ru Git - kernel.git/commit
IPVS: include net/ip6_checksum.h for csum_ipv6_magic
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 29 Aug 2010 17:04:53 +0000 (17:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2010 04:15:26 +0000 (21:15 -0700)
commit42c13894df76fbb99046dff7ebd1406655dc6328
tree2e90585fea9403ae913dcdcb1bd7a1e9678ee4f2
parent4e8ba60f0f8d272308e52dbfb6261ac0cab56d13
IPVS: include net/ip6_checksum.h for csum_ipv6_magic

Fixes this build error:

net/netfilter/ipvs/ip_vs_core.c: In function 'ip_vs_nat_icmp_v6':
net/netfilter/ipvs/ip_vs_core.c:640: error: implicit declaration of function 'csum_ipv6_magic'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/ipvs/ip_vs_core.c