diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-17 03:49:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 14:01:07 -0400 |
commit | 547c178b7237f586cbaac0246a112c502de32d64 (patch) | |
tree | d65e582ab54d07d99cb8ef7f6c77dcbbc718086d /arch/sh64 | |
parent | 6d0fd9c9832005b754d7cd04bc8c0ce7ea035366 (diff) |
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 4b2676380deb..bd5501760240 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, | |||
213 | 213 | ||
214 | return (__wsum)result; | 214 | return (__wsum)result; |
215 | } | 215 | } |
216 | EXPORT_SYMBOL(csum_tcpudp_nofold); | ||