diff options
-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 | */ |