From: Paolo 'Blaisorblade' Giarrusso 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 Cc: Jeff Dike Signed-off-by: Andrew Morton --- arch/um/sys-x86_64/ksyms.c | 3 --- 1 files 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); _