summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/mips_ksyms.c
diff options
context:
space:
mode:
authorPaul Burton2016-11-07 12:14:10 +0100
committerRalf Baechle2017-01-03 16:34:49 +0100
commit29830c124d834c4ce0133aaf8ca85f045f9e758c (patch)
treeeb2621dfbcc186c4131199ca2ccb4fffb2dfd967 /arch/mips/kernel/mips_ksyms.c
parentMIPS: End asm function prologue macros with .insn (diff)
downloadkernel-qcow2-linux-29830c124d834c4ce0133aaf8ca85f045f9e758c.tar.gz
kernel-qcow2-linux-29830c124d834c4ce0133aaf8ca85f045f9e758c.tar.xz
kernel-qcow2-linux-29830c124d834c4ce0133aaf8ca85f045f9e758c.zip
MIPS: Export _save_fp & _save_msa alongside their definitions
Now that EXPORT_SYMBOL can be used from assembly source, move the EXPORT_SYMBOL invocations for _save_fp & _save_msa to be alongside their definitions. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14509/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/mips_ksyms.c')
-rw-r--r--arch/mips/kernel/mips_ksyms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/kernel/mips_ksyms.c b/arch/mips/kernel/mips_ksyms.c
index 93aeec705a6e..a7aca7b8097d 100644
--- a/arch/mips/kernel/mips_ksyms.c
+++ b/arch/mips/kernel/mips_ksyms.c
@@ -35,14 +35,6 @@ extern long __strnlen_user_nocheck_asm(const char *s);
extern long __strnlen_user_asm(const char *s);
/*
- * Core architecture code
- */
-EXPORT_SYMBOL_GPL(_save_fp);
-#ifdef CONFIG_CPU_HAS_MSA
-EXPORT_SYMBOL_GPL(_save_msa);
-#endif
-
-/*
* String functions
*/
EXPORT_SYMBOL(memset);