]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/mips_ksyms.c
MIPS: Export invalid_pte_table alongside its definition
[karo-tx-linux.git] / arch / mips / kernel / mips_ksyms.c
index 93aeec705a6eca9fb26e0e9f10da09b97b4a90d7..c284cb76f500d2c908880b2bed268856fa310990 100644 (file)
@@ -34,14 +34,6 @@ extern long __strnlen_kernel_asm(const char *s);
 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
  */
@@ -86,9 +78,3 @@ EXPORT_SYMBOL(__csum_partial_copy_kernel);
 EXPORT_SYMBOL(__csum_partial_copy_to_user);
 EXPORT_SYMBOL(__csum_partial_copy_from_user);
 #endif
-
-EXPORT_SYMBOL(invalid_pte_table);
-#ifdef CONFIG_FUNCTION_TRACER
-/* _mcount is defined in arch/mips/kernel/mcount.S */
-EXPORT_SYMBOL(_mcount);
-#endif