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>
This commit is contained in:
Al Viro
2007-07-17 08:49:35 +01:00
committed by Linus Torvalds
parent 6d0fd9c983
commit 547c178b72
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -422,3 +422,4 @@ csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum)
);
return(sum);
}
EXPORT_SYMBOL(csum_partial_copy_nocheck);