]> git.baikalelectronics.ru Git - kernel.git/commit
netvsc: Add #include's for csum_* function declarations
authorMichael Kelley <mikelley@microsoft.com>
Tue, 30 May 2017 18:36:56 +0000 (11:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 May 2017 17:59:03 +0000 (13:59 -0400)
commite65e5bc9350bcc020942631bfa5754c300ac48ac
tree77ebbf5cd31bfd906515b66e8fc7c925e13e6a0f
parent0ea6971d42f16aa0ca8b2cb4d66084adb93180be
netvsc: Add #include's for csum_* function declarations

Add direct #include statements for declarations of csum_tcpudp_magic()
and csum_ipv6_magic().  While the needed #include's are picked up
indirectly for the x86 architecture, they aren't on other
architectures, resulting in compile errors.

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c