Commit f5456e040eaac7eb9545d49c38984af2047699be

Authored by Geert Uytterhoeven
Committed by Linus Torvalds
1 parent cfa08bb5ba

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

arch/m68k/lib/checksum.c
... ... @@ -320,6 +320,9 @@
320 320 return(sum);
321 321 }
322 322  
  323 +EXPORT_SYMBOL(csum_partial_copy_from_user);
  324 +
  325 +
323 326 /*
324 327 * copy from kernel space while checksumming, otherwise like csum_partial
325 328 */