forked from Minki/linux
[PATCH] v850: Remove symbol exports which duplicate global ones
Signed-off-by: Miles Bader <miles@gnu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a9ad965ea9
commit
66f6b24be9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user