summaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2017-10-16 12:02:32 +0200
committerRichard Weinberger <richard@nod.at>2018-02-19 19:38:51 +0100
commitcc70bec070f6985383d5afe3b20b6236f4397ca4 (patch)
treed4b64bd9d9e228ef0a610eda08a91518da8644e0 /arch/um
parent91ab883eb21325ad80f3473633f794c78ac87f51 (diff)
downloadop-kernel-dev-cc70bec070f6985383d5afe3b20b6236f4397ca4.zip
op-kernel-dev-cc70bec070f6985383d5afe3b20b6236f4397ca4.tar.gz
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>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/include/asm/asm-prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/asm/asm-prototypes.h b/arch/um/include/asm/asm-prototypes.h
new file mode 100644
index 0000000..5898a26
--- /dev/null
+++ b/arch/um/include/asm/asm-prototypes.h
@@ -0,0 +1 @@
+#include <asm-generic/asm-prototypes.h>
OpenPOWER on IntegriCloud