diff options
author | Chris Zankel <chris@zankel.net> | 2007-05-31 20:45:23 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2007-05-31 20:45:23 -0400 |
commit | 54213baf643dd14d3bc06ca7575a817d79a350c2 (patch) | |
tree | ab3c95c9e022f71b6b070ec24d58a0f0ba5637ec /arch/xtensa/kernel/xtensa_ksyms.c | |
parent | a0bb46ba074d2442e96f55c997293767340f4ce9 (diff) |
[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>
Diffstat (limited to 'arch/xtensa/kernel/xtensa_ksyms.c')
-rw-r--r-- | arch/xtensa/kernel/xtensa_ksyms.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/xtensa/kernel/xtensa_ksyms.c b/arch/xtensa/kernel/xtensa_ksyms.c index cd7e6a020602..60dbdb43fb4c 100644 --- a/arch/xtensa/kernel/xtensa_ksyms.c +++ b/arch/xtensa/kernel/xtensa_ksyms.c | |||
@@ -38,21 +38,10 @@ | |||
38 | /* | 38 | /* |
39 | * String functions | 39 | * String functions |
40 | */ | 40 | */ |
41 | EXPORT_SYMBOL(memcmp); | ||
42 | EXPORT_SYMBOL(memset); | 41 | EXPORT_SYMBOL(memset); |
43 | EXPORT_SYMBOL(memcpy); | 42 | EXPORT_SYMBOL(memcpy); |
44 | EXPORT_SYMBOL(memmove); | 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 | EXPORT_SYMBOL(kernel_thread); | 45 | EXPORT_SYMBOL(kernel_thread); |
57 | 46 | ||
58 | /* | 47 | /* |