mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: David Howells <dhowells@redhat.com>,
	"linux-kernel" <linux-kernel@vger.kernel.org>
Subject: Resend: [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c
Date: Wed, 31 Aug 2005 21:44:50 +0200	[thread overview]
Message-ID: <200508312144.51093.jesper.juhl@gmail.com> (raw)

Andrew,

Got some feedback on this one from David Howells 

> Looks okay to me.
> 
> David

so I'm resending it in the hope that you'll drop it into -mm (or NACK it 
if you don't like it) :-)


----------  Forwarded Message  ----------

Subject: [PATCH] remove EXPORT_SYMBOL(strtok) from frv_ksyms.c
Date: Monday 29 August 2005 17:35
From: Jesper Juhl <jesper.juhl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>

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);
 


-------------------------------------------------------

                 reply	other threads:[~2005-08-31 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508312144.51093.jesper.juhl@gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=akpm@osdl.org \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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