Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64

Can't build with CONFIG_NETFILTER=y/m on IA64, there's a missing
#include in net/ipv6/netfilter.c

net/ipv6/netfilter.c: In function `nf_ip6_checksum':
net/ipv6/netfilter.c:92: warning: implicit declaration of function
`csum_ipv6_magic'

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Brian Haley and committed by
David S. Miller
503e4faa 77d04bd9

+1
+1
net/ipv6/netfilter.c
··· 7 7 #include <net/ipv6.h> 8 8 #include <net/ip6_route.h> 9 9 #include <net/xfrm.h> 10 + #include <net/ip6_checksum.h> 10 11 11 12 int ip6_route_me_harder(struct sk_buff *skb) 12 13 {