mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
Fix compilation for ARM64 arch
The kernel module failed to build on arm64 platform. Other platforms like x86 can build without problem because the csum_ipv6_magic function are defined in arch specific asm/checksum.h, which is missing on arm64 platform.
This commit is contained in:
parent
dcd71fa873
commit
16c45522ec
@ -49,6 +49,7 @@
|
||||
#include <linux/icmpv6.h>
|
||||
#include <net/ndisc.h>
|
||||
#include <net/checksum.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user