summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/mips_ksyms.c
diff options
context:
space:
mode:
authorPaul Burton2016-11-07 12:14:13 +0100
committerRalf Baechle2017-01-03 16:34:50 +0100
commit231300423a5486cbd9e102d741190428b2783ab2 (patch)
tree9c310f6d8de6cdbf8daf1ad761bd2a3e51b44af9 /arch/mips/kernel/mips_ksyms.c
parentMIPS: Export invalid_pte_table alongside its definition (diff)
downloadkernel-qcow2-linux-231300423a5486cbd9e102d741190428b2783ab2.tar.gz
kernel-qcow2-linux-231300423a5486cbd9e102d741190428b2783ab2.tar.xz
kernel-qcow2-linux-231300423a5486cbd9e102d741190428b2783ab2.zip
MIPS: Export csum functions alongside their definitions
Now that EXPORT_SYMBOL can be used from assembly source, move the EXPORT_SYMBOL invocations for the csum_partial_* functions 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/14512/ 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 c284cb76f500..d6973f450288 100644
--- a/arch/mips/kernel/mips_ksyms.c
+++ b/arch/mips/kernel/mips_ksyms.c
@@ -70,11 +70,3 @@ EXPORT_SYMBOL(__strnlen_kernel_nocheck_asm);
EXPORT_SYMBOL(__strnlen_kernel_asm);
EXPORT_SYMBOL(__strnlen_user_nocheck_asm);
EXPORT_SYMBOL(__strnlen_user_asm);
-
-#ifndef CONFIG_CPU_MIPSR6
-EXPORT_SYMBOL(csum_partial);
-EXPORT_SYMBOL(csum_partial_copy_nocheck);
-EXPORT_SYMBOL(__csum_partial_copy_kernel);
-EXPORT_SYMBOL(__csum_partial_copy_to_user);
-EXPORT_SYMBOL(__csum_partial_copy_from_user);
-#endif