The patch titled v850: Remove symbol exports which duplicate global ones has been added to the -mm tree. Its filename is v850-remove-symbol-exports-which-duplicate-global-ones.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: v850: Remove symbol exports which duplicate global ones From: Miles Bader <miles@xxxxxxx> Signed-off-by: Miles Bader <miles@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/v850/kernel/v850_ksyms.c | 16 ---------------- 1 file changed, 16 deletions(-) diff -puN arch/v850/kernel/v850_ksyms.c~v850-remove-symbol-exports-which-duplicate-global-ones arch/v850/kernel/v850_ksyms.c --- a/arch/v850/kernel/v850_ksyms.c~v850-remove-symbol-exports-which-duplicate-global-ones +++ a/arch/v850/kernel/v850_ksyms.c @@ -21,9 +21,6 @@ EXPORT_SYMBOL (trap_table); /* platform dependent support */ EXPORT_SYMBOL (kernel_thread); -EXPORT_SYMBOL (enable_irq); -EXPORT_SYMBOL (disable_irq); -EXPORT_SYMBOL (disable_irq_nosync); EXPORT_SYMBOL (__bug); /* Networking helper routines. */ @@ -33,22 +30,9 @@ EXPORT_SYMBOL (ip_compute_csum); EXPORT_SYMBOL (ip_fast_csum); /* string / mem functions */ -EXPORT_SYMBOL (strcpy); -EXPORT_SYMBOL (strncpy); -EXPORT_SYMBOL (strcat); -EXPORT_SYMBOL (strncat); -EXPORT_SYMBOL (strcmp); -EXPORT_SYMBOL (strncmp); -EXPORT_SYMBOL (strchr); -EXPORT_SYMBOL (strlen); -EXPORT_SYMBOL (strnlen); -EXPORT_SYMBOL (strrchr); -EXPORT_SYMBOL (strstr); EXPORT_SYMBOL (memset); EXPORT_SYMBOL (memcpy); EXPORT_SYMBOL (memmove); -EXPORT_SYMBOL (memcmp); -EXPORT_SYMBOL (memscan); /* semaphores */ EXPORT_SYMBOL (__down); _ Patches currently in -mm which might be from miles@xxxxxxx are v850-remove-symbol-exports-which-duplicate-global-ones.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html