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>
This commit is contained in:
Родитель
d8287fc864
Коммит
2436243a39
|
@ -29,6 +29,7 @@
|
|||
#include <linux/igmp.h>
|
||||
#include <net/tcp.h>
|
||||
#include <net/udp.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
|
||||
#include <net/act_api.h>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче