]> git.baikalelectronics.ru Git - kernel.git/commit
xen-netback: include definition of csum_ipv6_magic
authorAndy Whitcroft <apw@canonical.com>
Mon, 25 Nov 2013 16:52:34 +0000 (16:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Nov 2013 23:38:06 +0000 (18:38 -0500)
commitda8ad7589e2e7c995f3c8be6c58f3e79b7ca7e69
treeb957a07f53d17dc3c08abfbafb5bb69ed46172cc
parent97c17a17f8c20f7cef108ebe5d34cc0816180a3d
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 <apw@canonical.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/netback.c