um: Restore symbol versions for __memcpy and memcpy

If CONFIG_MODVERSIONS=y:

    WARNING: EXPORT symbol "__memcpy" [vmlinux] version generation failed, symbol will not be versioned.
    WARNING: EXPORT symbol "memcpy" [vmlinux] version generation failed, symbol will not be versioned.

Add <asm/asm-prototypes.h>, including the generic version, so that
genksyms knows the types of these symbols and can generate CRCs for
them.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
这个提交包含在:
Geert Uytterhoeven
2017-10-16 12:02:32 +02:00
提交者 Richard Weinberger
父节点 91ab883eb2
当前提交 cc70bec070

查看文件

@@ -0,0 +1 @@
#include <asm-generic/asm-prototypes.h>