Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information