]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Sep 2012 05:34:58 +0000 (15:34 +1000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Sep 2012 21:46:06 +0000 (17:46 -0400)
commitdd167f172eaa62e21907f39781cee92463dad613
tree28b3b11452f9096f032c73a938ec08f42b753ed6
parentbf46fcdb4396a43c664681a4ee8b2c0efaf1825e
netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h

Fixes this build error:

net/ipv6/netfilter/nf_nat_l3proto_ipv6.c: In function 'nf_nat_ipv6_csum_recalc':
net/ipv6/netfilter/nf_nat_l3proto_ipv6.c:144:4: error: implicit declaration of function 'csum_ipv6_magic' [-Werror=implicit-function-declaration]

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/nf_nat_l3proto_ipv6.c