From: Andrew Morton Date: Wed, 22 Mar 2006 08:07:46 +0000 (-0800) Subject: [PATCH] multiple exports of strpbrk X-Git-Tag: v2.6.17-rc1~1129^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a641d66c6e135dcfc861521e8008faed2411e1;p=pandora-kernel.git [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 Cc: Yoshinori Sato Cc: David Howells Cc: Greg Ungerer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed