From 547c178b7237f586cbaac0246a112c502de32d64 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 17 Jul 2007 08:49:35 +0100 Subject: missing exports of csum_... Signed-off-by: Al Viro Acked-by: David S. Miller Acked-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- arch/sh64/lib/c-checksum.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh64') diff --git a/arch/sh64/lib/c-checksum.c b/arch/sh64/lib/c-checksum.c index 4b26763..bd55017 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); -- cgit v1.1