Searched hist:"45 fef4c4b9c94e86d9c13f0b2e7e71bb32254509" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/csky/abiv1/inc/abi/ |
H A D | string.h | diff 45fef4c4b9c94e86d9c13f0b2e7e71bb32254509 Mon Aug 01 04:34:24 CEST 2022 Guo Ren <guoren@linux.alibaba.com> csky: abiv1: Fixup compile error
LD vmlinux.o arch/csky/lib/string.o: In function `memmove': string.c:(.text+0x108): multiple definition of `memmove' lib/string.o:string.c:(.text+0x7e8): first defined here arch/csky/lib/string.o: In function `memset': string.c:(.text+0x148): multiple definition of `memset' lib/string.o:string.c:(.text+0x2ac): first defined here scripts/Makefile.vmlinux_o:68: recipe for target 'vmlinux.o' failed make[4]: *** [vmlinux.o] Error 1
Fixes: e4df2d5e852a ("csky: Add C based string functions") Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Signed-off-by: Guo Ren <guoren@kernel.org> Cc: <stable@vger.kernel.org>
|