Re: [PATCH 1/1] xen-netback: include definition of csum_ipv6_magic

From: David Miller
Date: Thu Nov 28 2013 - 18:39:04 EST


From: Andy Whitcroft <apw@xxxxxxxxxxxxx>
Date: Mon, 25 Nov 2013 16:52:34 +0000

> 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 <apw@xxxxxxxxxxxxx>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/