The patch titled uml: remove duplicate export has been removed from the -mm tree. Its filename is uml-remove-duplicate-export.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: remove duplicate export From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> The export is together with the definition, in arch/x86_64/lib/csum-partial.c, which is compiled in by arch/um/sys-x86_64/Makefile. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/sys-x86_64/ksyms.c | 3 --- 1 file changed, 3 deletions(-) diff -puN arch/um/sys-x86_64/ksyms.c~uml-remove-duplicate-export arch/um/sys-x86_64/ksyms.c --- a/arch/um/sys-x86_64/ksyms.c~uml-remove-duplicate-export +++ a/arch/um/sys-x86_64/ksyms.c @@ -14,6 +14,3 @@ EXPORT_SYMBOL(__up_wakeup); /*XXX: we need them because they would be exported by x86_64 */ EXPORT_SYMBOL(__memcpy); - -/* Networking helper routines. */ -EXPORT_SYMBOL(ip_compute_csum); _ Patches currently in -mm which might be from blaisorblade@xxxxxxxx are origin.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