Skip to content

Commit

Permalink
m68k: export csum_partial_copy_from_user
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2007
1 parent cfa08bb commit f5456e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/m68k/lib/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void __user *src, void *dst,
return(sum);
}

EXPORT_SYMBOL(csum_partial_copy_from_user);


/*
* copy from kernel space while checksumming, otherwise like csum_partial
*/
Expand Down

0 comments on commit f5456e0

Please sign in to comment.