From: David Gibson Date: Tue, 28 Aug 2007 04:52:57 +0000 (+1000) Subject: [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S X-Git-Tag: v2.6.24-rc1~1450^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae0b54565a8dcc2b98de694b998e765de15b713;p=pandora-kernel.git [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.S Currently the bootwrapper has implementations of strchr() and strncmp(), but they're inlines in flatdevtree_env.h, rather than in string.S with all the rest of the string functions. This moves them to string.S. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed