lkml.org 
[lkml]   [2018]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.18 20/85] hexagon: export csum_partial_copy_nocheck
    Date
    3.18-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Arnd Bergmann <arnd@arndb.de>

    [ Upstream commit 330e261c35dfb969c48f996dbbc8b334b5ee8d9d ]

    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>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/hexagon/lib/checksum.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/arch/hexagon/lib/checksum.c
    +++ b/arch/hexagon/lib/checksum.c
    @@ -201,3 +201,4 @@ csum_partial_copy_nocheck(const void *sr
    memcpy(dst, src, len);
    return csum_partial(dst, len, sum);
    }
    +EXPORT_SYMBOL(csum_partial_copy_nocheck);

    \
     
     \ /
      Last update: 2018-07-01 20:44    [W:3.936 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site