[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64
authorBrian Haley <brian.haley@hp.com>
Fri, 7 Apr 2006 22:00:06 +0000 (15:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:25:49 +0000 (22:25 -0700)
commit503e4faad18baa62bb818537b920ad939749823e
tree64ff33e6c80eee028fddf46de0a26a4dfeea4967
parent77d04bd957ddca9d48a664e28b40f33993f4550e
[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>
net/ipv6/netfilter.c