소스 검색

core/rtw_br_ext: include definition of csum_ipv6_magic

Fixes the following error observed while compiling this driver on arm64.

core/rtw_br_ext.c:1447:9: error: implicit declaration of function
‘csum_ipv6_magic’ [-Werror=implicit-function-declaration]

Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Tyler Baker 10 년 전
부모
커밋
33174394d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/rtw_br_ext.c

+ 1 - 0
core/rtw_br_ext.c

@@ -49,6 +49,7 @@
 #include <linux/icmpv6.h>
 #include <net/ndisc.h>
 #include <net/checksum.h>
+#include <net/ip6_checksum.h>
 #endif
 #endif