[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180408013210.GD3036@codeaurora.org>
Date: Sat, 7 Apr 2018 20:32:10 -0500
From: Richard Kuo <rkuo@...eaurora.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: linux-hexagon@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] hexagon: export csum_partial_copy_nocheck
On Fri, Apr 06, 2018 at 04:28:23PM +0200, Arnd Bergmann wrote:
> This is needed to link ipv6 as a loadable module, which in turn happens
> in allmodconfig.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> arch/hexagon/lib/checksum.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/hexagon/lib/checksum.c b/arch/hexagon/lib/checksum.c
> index 617506d1a559..7cd0a2259269 100644
> --- a/arch/hexagon/lib/checksum.c
> +++ b/arch/hexagon/lib/checksum.c
> @@ -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);
Acked-by: Richard Kuo <rkuo@...eaurora.org>
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists