Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5456e04 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

m68k: export csum_partial_copy_from_user



net/rxrpc/af-rxrpc.ko needs csum_partial_copy_from_user

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cfa08bb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
 */