mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
cfa08bb5ba
commit
f5456e040e
1 changed files with 3 additions and 0 deletions
|
@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void __user *src, void *dst,
|
||||||
return(sum);
|
return(sum);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXPORT_SYMBOL(csum_partial_copy_from_user);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* copy from kernel space while checksumming, otherwise like csum_partial
|
* copy from kernel space while checksumming, otherwise like csum_partial
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue