diff options
| -rw-r--r-- | arch/parisc/kernel/parisc_ksyms.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/parisc/kernel/parisc_ksyms.c b/arch/parisc/kernel/parisc_ksyms.c index 4c3378fb2afe..47ca5c0a323b 100644 --- a/arch/parisc/kernel/parisc_ksyms.c +++ b/arch/parisc/kernel/parisc_ksyms.c | |||
| @@ -30,22 +30,7 @@ | |||
| 30 | #include <linux/syscalls.h> | 30 | #include <linux/syscalls.h> |
| 31 | 31 | ||
| 32 | #include <linux/string.h> | 32 | #include <linux/string.h> |
| 33 | EXPORT_SYMBOL(memchr); | ||
| 34 | EXPORT_SYMBOL(memcmp); | ||
| 35 | EXPORT_SYMBOL(memmove); | ||
| 36 | EXPORT_SYMBOL(memscan); | ||
| 37 | EXPORT_SYMBOL(memset); | 33 | EXPORT_SYMBOL(memset); |
| 38 | EXPORT_SYMBOL(strcat); | ||
| 39 | EXPORT_SYMBOL(strchr); | ||
| 40 | EXPORT_SYMBOL(strcmp); | ||
| 41 | EXPORT_SYMBOL(strcpy); | ||
| 42 | EXPORT_SYMBOL(strlen); | ||
| 43 | EXPORT_SYMBOL(strncat); | ||
| 44 | EXPORT_SYMBOL(strncmp); | ||
| 45 | EXPORT_SYMBOL(strncpy); | ||
| 46 | EXPORT_SYMBOL(strnlen); | ||
| 47 | EXPORT_SYMBOL(strrchr); | ||
| 48 | EXPORT_SYMBOL(strstr); | ||
| 49 | EXPORT_SYMBOL(strpbrk); | 34 | EXPORT_SYMBOL(strpbrk); |
| 50 | 35 | ||
| 51 | #include <asm/atomic.h> | 36 | #include <asm/atomic.h> |
| @@ -87,9 +72,7 @@ EXPORT_SYMBOL(memcpy_fromio); | |||
| 87 | EXPORT_SYMBOL(memset_io); | 72 | EXPORT_SYMBOL(memset_io); |
| 88 | 73 | ||
| 89 | #include <asm/unistd.h> | 74 | #include <asm/unistd.h> |
| 90 | EXPORT_SYMBOL(sys_open); | ||
| 91 | EXPORT_SYMBOL(sys_lseek); | 75 | EXPORT_SYMBOL(sys_lseek); |
| 92 | EXPORT_SYMBOL(sys_read); | ||
| 93 | EXPORT_SYMBOL(sys_write); | 76 | EXPORT_SYMBOL(sys_write); |
| 94 | 77 | ||
| 95 | #include <asm/semaphore.h> | 78 | #include <asm/semaphore.h> |
