All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v850: Remove symbol exports which duplicate global ones
@ 2006-07-19  8:33 Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2006-07-19  8:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Andrew Morton

Signed-off-by: Miles Bader <miles@gnu.org>

 arch/v850/kernel/v850_ksyms.c |   16 ----------------
 1 file changed, 16 deletions(-)

diff -ruN -X../cludes linux-2.6.17-uc0/arch/v850/kernel/v850_ksyms.c linux-2.6.17-uc0-v850-20060718/arch/v850/kernel/v850_ksyms.c
--- linux-2.6.17-uc0/arch/v850/kernel/v850_ksyms.c	2006-07-18 11:25:31.759850000 +0900
+++ linux-2.6.17-uc0-v850-20060718/arch/v850/kernel/v850_ksyms.c	2006-07-18 15:46:03.008350000 +0900
@@ -22,9 +22,6 @@
 
 /* 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. */
@@ -34,22 +31,9 @@
 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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-19  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-19  8:33 [PATCH] v850: Remove symbol exports which duplicate global ones Miles Bader

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.