]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/sched: need to include net/ip6_checksum.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 23 Aug 2010 03:31:14 +0000 (20:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Aug 2010 03:31:14 +0000 (20:31 -0700)
commit2436243a39de56f03d38c74139261cc61bea8456
tree5b2426d71f5b0fcc0543a7a3d8d093383faf6afd
parentd8287fc864643beaf1623c92aceb1ab38eae0648
net/sched: need to include net/ip6_checksum.h

for the declararion of csum_ipv6_magic.

Fixes this build error on PowerPC (at least):

net/sched/act_csum.c: In function 'tcf_csum_ipv6_icmp':
net/sched/act_csum.c:178: error: implicit declaration of function 'csum_ipv6_magic'

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