Re: [PATCH v2] arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure

2014-05-21 Thread 管雪涛
Thanks, and this is a common error in most architectures. Acked-by: Xuetao Guan - Chen Gang 写道: > 'csum_partial' and 'csum_partial_copy_from_user' have already been > exported in "lib/", so need not export them again, or it will cause > compiling error. > > The related error (with allmodco

[PATCH v2] arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure

2014-05-20 Thread Chen Gang
'csum_partial' and 'csum_partial_copy_from_user' have already been exported in "lib/", so need not export them again, or it will cause compiling error. The related error (with allmodconfig under unicore32): LD vmlinux.o lib/built-in.o:(___ksymtab+csum_partial+0x0): multiple definition