From: Andy Whitcroft Date: Mon, 25 Nov 2013 16:52:34 +0000 (+0000) Subject: xen-netback: include definition of csum_ipv6_magic X-Git-Tag: v3.13-rc3~28^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5e8127b712313ec1b99356019ce9226fea8b88;p=pandora-kernel.git xen-netback: include definition of csum_ipv6_magic We are now using csum_ipv6_magic, include the appropriate header. Avoids the following error: drivers/net/xen-netback/netback.c:1313:4: error: implicit declaration of function 'csum_ipv6_magic' [-Werror=implicit-function-declaration] tcph->check = ~csum_ipv6_magic(&ipv6h->saddr, Signed-off-by: Andy Whitcroft Acked-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed