mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-08 11:58:19 +00:00
7146f54fb1
Details: https://github.com/xenserver/linux-3.x.pg/blob/master/master/0022-xen-netback-include-definition-of-csum_ipv6_magic.patch
26 lines
592 B
Diff
26 lines
592 B
Diff
From fb85a57a5cd6241cc8c066c5efc5b43781b0e42d Mon Sep 17 00:00:00 2001
|
|
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
|
Date: Wed, 13 Jun 2018 06:43:10 +0100
|
|
Subject: [PATCH] aarch64/4.4.y: implicit declaration of function
|
|
'csum_ipv6_magic'
|
|
|
|
---
|
|
core/rtw_br_ext.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/core/rtw_br_ext.c b/core/rtw_br_ext.c
|
|
index da9c5e5..19af0fe 100644
|
|
--- a/core/rtw_br_ext.c
|
|
+++ b/core/rtw_br_ext.c
|
|
@@ -51,6 +51,7 @@
|
|
#include <linux/icmpv6.h>
|
|
#include <net/ndisc.h>
|
|
#include <net/checksum.h>
|
|
+#include <net/ip6_checksum.h>
|
|
#endif
|
|
#endif
|
|
|
|
--
|
|
2.14.1
|
|
|