Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 330e261c authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Richard Kuo
Browse files

hexagon: export csum_partial_copy_nocheck



This is needed to link ipv6 as a loadable module, which in turn happens
in allmodconfig.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent a57ab96e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,3 +199,4 @@ csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum)
	memcpy(dst, src, len);
	return csum_partial(dst, len, sum);
}
EXPORT_SYMBOL(csum_partial_copy_nocheck);