]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2c70b5196262f29b10eb1886293e0c2d75dc3dd9
tree2e90585fea9403ae913dcdcb1bd7a1e9678ee4f2
parent2bc9e234658072145b63d1d364bac4c8e337c865
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