[PATCH] multiple exports of strpbrk
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Mar 2006 08:07:46 +0000 (00:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:53:56 +0000 (07:53 -0800)
commitf4a641d66c6e135dcfc861521e8008faed2411e1
tree0d8e93949c646479ac39760bd6c0e7afcb96e4a6
parent83485f826bea154a0ab41e9b8689105531dd7cb2
[PATCH] multiple exports of strpbrk

Sam's tree includes a new check, which found that we're exporting strpbrk()
multiple times.

It seems that the convention is that this is exported from the arch files, so
reove the lib/string.c export.

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: David Howells <dhowells@redhat.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/kernel/frv_ksyms.c
arch/h8300/kernel/h8300_ksyms.c
arch/m68knommu/kernel/m68k_ksyms.c
arch/x86_64/kernel/x8664_ksyms.c
lib/string.c