Re: [PATCH net-next 1/1] netvsc: Add #include's for csum_* function declarations
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 18:00:33
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2017-05-31 18:00:33
Also in:
lkml
From: Michael Kelley <redacted> Date: Tue, 30 May 2017 10:43:04 -0700
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 <redacted>
Applied, thank you.