]> git.baikalelectronics.ru Git - kernel.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)
commita4b2fd35be054f33151cf09147bfd1a39a9a748a
tree5b2426d71f5b0fcc0543a7a3d8d093383faf6afd
parent3fae53979111ca7826660635a1837674cf99c936
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