Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[XTENSA] Remove multi-exported symbols from xtensa_ksyms.c

This patch removes the following symbols from
arch/xtensa/kernel/xtensa_ksyms.c that were already exported:
memcmp, memchr, strcat, strchr, strlen, stncat, strnlen, strrchr,
strstr, enable_irq, and disable_irq

Signed-off-by: Chris Zankel <chris@zankel.net>

-11
-11
arch/xtensa/kernel/xtensa_ksyms.c
··· 38 38 /* 39 39 * String functions 40 40 */ 41 - EXPORT_SYMBOL(memcmp); 42 41 EXPORT_SYMBOL(memset); 43 42 EXPORT_SYMBOL(memcpy); 44 43 EXPORT_SYMBOL(memmove); 45 - EXPORT_SYMBOL(memchr); 46 - EXPORT_SYMBOL(strcat); 47 - EXPORT_SYMBOL(strchr); 48 - EXPORT_SYMBOL(strlen); 49 - EXPORT_SYMBOL(strncat); 50 - EXPORT_SYMBOL(strnlen); 51 - EXPORT_SYMBOL(strrchr); 52 - EXPORT_SYMBOL(strstr); 53 44 54 - EXPORT_SYMBOL(enable_irq); 55 - EXPORT_SYMBOL(disable_irq); 56 45 EXPORT_SYMBOL(kernel_thread); 57 46 58 47 /*