Skip to content

Commit

Permalink
[PATCH] frv: Remove export of strtok()
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Sep 5, 2005
1 parent 0287ebe commit 0ba06ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/frv/kernel/frv_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcmp);
EXPORT_SYMBOL(memscan);
EXPORT_SYMBOL(memmove);
EXPORT_SYMBOL(strtok);

EXPORT_SYMBOL(get_wchan);

Expand Down

0 comments on commit 0ba06ba

Please sign in to comment.