[PATCH] frv: Remove export of strtok()
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>
This commit is contained in:
parent
0287ebedfa
commit
0ba06ba6a1
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ EXPORT_SYMBOL(memset);
|
|||
EXPORT_SYMBOL(memcmp);
|
||||
EXPORT_SYMBOL(memscan);
|
||||
EXPORT_SYMBOL(memmove);
|
||||
EXPORT_SYMBOL(strtok);
|
||||
|
||||
EXPORT_SYMBOL(get_wchan);
|
||||
|
||||
|
|
Loading…
Reference in a new issue