The patch titled m68k: export csum_partial_copy_from_user has been removed from the -mm tree. Its filename was m68k-export-csum_partial_copy_from_user.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m68k: export csum_partial_copy_from_user From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> net/rxrpc/af-rxrpc.ko needs csum_partial_copy_from_user Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68k/lib/checksum.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/m68k/lib/checksum.c~m68k-export-csum_partial_copy_from_user arch/m68k/lib/checksum.c --- a/arch/m68k/lib/checksum.c~m68k-export-csum_partial_copy_from_user +++ a/arch/m68k/lib/checksum.c @@ -320,6 +320,9 @@ csum_partial_copy_from_user(const void _ return(sum); } +EXPORT_SYMBOL(csum_partial_copy_from_user); + + /* * copy from kernel space while checksumming, otherwise like csum_partial */ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are origin.patch introduce-config_has_dma.patch remove-unused-header-file-arch-m68k-atari-atasoundh.patch spin_lock_unlocked-cleanup-in-arch-m68k.patch ehci-ps3-ohci-ps3-fix-compilation.patch allow-arch-to-initialize-arch-field-of-the-module-structure.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html