Add <asm/asm-prototypes.h> so that genksyms knows the types of these symbols and can generate CRCs for them.
Fixes: d13ffb563044 ("m68k: move exports to definitions"
Signed-off-by: Ben Hutchings <[email protected]>
---
This is build-tested only (m5475evb_defconfig + MODVERSIONS=y).
Ben.
arch/m68k/include/asm/asm-prototypes.h | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 arch/m68k/include/asm/asm-prototypes.h
diff --git a/arch/m68k/include/asm/asm-prototypes.h
b/arch/m68k/include/asm/asm-prototypes.h
new file mode 100644
index 000000000000..4cd692a44c11
--- /dev/null
+++ b/arch/m68k/include/asm/asm-prototypes.h
@@ -0,0 +1,5 @@
+extern void __divsi3(void);
+extern void __modsi3(void);
+extern void __mulsi3(void);
+extern void __udivsi3(void);
+extern void __umodsi3(void);
signature.asc
Description: Digital signature
