]> Git Repo - linux.git/commitdiff
alpha: Restore symbol versions for symbols exported from assembly
authorBen Hutchings <[email protected]>
Wed, 19 Jul 2017 00:01:16 +0000 (01:01 +0100)
committerMatt Turner <[email protected]>
Mon, 4 Sep 2017 19:04:34 +0000 (12:04 -0700)
Add <asm/asm-prototypes.h> so that genksyms knows the types of
these symbols and can generate CRCs for them.

Fixes: 00fc0e0dda62 ("alpha: move exports to actual definitions")
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
arch/alpha/include/asm/asm-prototypes.h [new file with mode: 0644]

diff --git a/arch/alpha/include/asm/asm-prototypes.h b/arch/alpha/include/asm/asm-prototypes.h
new file mode 100644 (file)
index 0000000..d12c68e
--- /dev/null
@@ -0,0 +1,18 @@
+#include <linux/spinlock.h>
+
+#include <asm/checksum.h>
+#include <asm/console.h>
+#include <asm/page.h>
+#include <asm/string.h>
+#include <asm/uaccess.h>
+
+#include <asm-generic/asm-prototypes.h>
+
+extern void __divl(void);
+extern void __reml(void);
+extern void __divq(void);
+extern void __remq(void);
+extern void __divlu(void);
+extern void __remlu(void);
+extern void __divqu(void);
+extern void __remqu(void);
This page took 0.060998 seconds and 4 git commands to generate.