commit | 2436243a39de56f03d38c74139261cc61bea8456 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Sun Aug 22 20:31:14 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 22 20:31:14 2010 -0700 |
tree | 5b2426d71f5b0fcc0543a7a3d8d093383faf6afd | |
parent | d8287fc864643beaf1623c92aceb1ab38eae0648 [diff] |
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>