mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c
@ 2005-08-29 15:35 Jesper Juhl
  2005-08-30 10:34 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2005-08-29 15:35 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Hi Andrew,

I hessitated a bit before sending this patch to you since it is untested.
This is due to the fact that I don't have the hardware, nor a suitable 
cross compiler to do so. I sent the patch to LKML a few days ago in the 
hope that someone else could test/validate this change for me, but 
unfortunately I got no replies. That left me with the option of just 
forgetting about the patch or send it on to you.
Although the patch has not been tested I have a hard time imagining that 
it could be anything but correct since strtok() was removed from the kernel
back in 2002.



Remove export of strtok().
strtok() has not been available in the kernel since 2002. 

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

 arch/frv/kernel/frv_ksyms.c |    1 -
 1 files changed, 1 deletion(-)

--- linux-2.6.13-rc6-mm2-orig/arch/frv/kernel/frv_ksyms.c	2005-06-17 21:48:29.000000000 +0200
+++ linux-2.6.13-rc6-mm2/arch/frv/kernel/frv_ksyms.c	2005-08-24 18:58:14.000000000 +0200
@@ -71,7 +71,6 @@ EXPORT_SYMBOL(memset);
 EXPORT_SYMBOL(memcmp);
 EXPORT_SYMBOL(memscan);
 EXPORT_SYMBOL(memmove);
-EXPORT_SYMBOL(strtok);
 
 EXPORT_SYMBOL(get_wchan);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c
  2005-08-29 15:35 [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c Jesper Juhl
@ 2005-08-30 10:34 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2005-08-30 10:34 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Andrew Morton, linux-kernel

Jesper Juhl <jesper.juhl@gmail.com> wrote:

> Remove export of strtok().
> strtok() has not been available in the kernel since 2002. 

Looks okay to me.

David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-30 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-29 15:35 [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c Jesper Juhl
2005-08-30 10:34 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome