diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-05-01 16:33:06 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:59:08 -0400 |
| commit | f5456e040eaac7eb9545d49c38984af2047699be (patch) | |
| tree | 1d74cce289f487054f5b8bd973c93a9e035eeea7 /arch/m68k/lib | |
| parent | cfa08bb5ba6df4a76a67b7ddb9b2b549eda2458b (diff) | |
m68k: export csum_partial_copy_from_user
net/rxrpc/af-rxrpc.ko needs csum_partial_copy_from_user
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/lib')
| -rw-r--r-- | arch/m68k/lib/checksum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/lib/checksum.c b/arch/m68k/lib/checksum.c index aed3be29e06b..cf6bb51945a2 100644 --- a/arch/m68k/lib/checksum.c +++ b/arch/m68k/lib/checksum.c | |||
| @@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void __user *src, void *dst, | |||
| 320 | return(sum); | 320 | return(sum); |
| 321 | } | 321 | } |
| 322 | 322 | ||
| 323 | EXPORT_SYMBOL(csum_partial_copy_from_user); | ||
| 324 | |||
| 325 | |||
| 323 | /* | 326 | /* |
| 324 | * copy from kernel space while checksumming, otherwise like csum_partial | 327 | * copy from kernel space while checksumming, otherwise like csum_partial |
| 325 | */ | 328 | */ |
