diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-17 08:49:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 11:01:07 -0700 |
commit | 547c178b7237f586cbaac0246a112c502de32d64 (patch) | |
tree | d65e582ab54d07d99cb8ef7f6c77dcbbc718086d /arch/sh64 | |
parent | 6d0fd9c9832005b754d7cd04bc8c0ce7ea035366 (diff) | |
download | linux-3.10-547c178b7237f586cbaac0246a112c502de32d64.tar.gz linux-3.10-547c178b7237f586cbaac0246a112c502de32d64.tar.bz2 linux-3.10-547c178b7237f586cbaac0246a112c502de32d64.zip |
missing exports of csum_...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/lib/c-checksum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/lib/c-checksum.c b/arch/sh64/lib/c-checksum.c index 4b2676380de..bd550176024 100644 --- a/arch/sh64/lib/c-checksum.c +++ b/arch/sh64/lib/c-checksum.c @@ -213,3 +213,4 @@ __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, return (__wsum)result; } +EXPORT_SYMBOL(csum_tcpudp_nofold); |