Since strtok() died in 2002 this EXPORT_SYMBOL appears meaningless. Note: I've not been able to test this patch since I lack both hardware and a cross compiler, so if someone else could please check it and sign off on it before I send it to Andrew for inclusion in -mm I'd appreciate it.
Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- 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); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

