]> git.karo-electronics.de Git - karo-tx-linux.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)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Sep 2012 05:36:30 +0000 (15:36 +1000)
commit7b65134f3d30edeecb07bb52c7de9ff2f67d0d48
tree51e5c180b04fdd1be0fb9548b1d422a5f111ee72
parent889604b4aa12d8c690687ca61871f36590e1fa1c
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>
net/ipv6/netfilter/nf_nat_l3proto_ipv6.c