Skip to content

Commit

Permalink
hexagon: export csum_partial_copy_nocheck
Browse files Browse the repository at this point in the history
This is needed to link ipv6 as a loadable module, which in turn happens
in allmodconfig.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
  • Loading branch information
Arnd Bergmann authored and Richard Kuo committed May 1, 2018
1 parent a57ab96 commit 330e261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/hexagon/lib/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 330e261

Please sign in to comment.