From: Kyle McMartin Date: Tue, 11 Apr 2006 05:53:57 +0000 (-0700) Subject: [PATCH] Clean up arch-overrides in linux/string.h X-Git-Tag: v2.6.17-rc2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8833d328caf009f8da58337e17a2cf5d52993a7c;p=pandora-kernel.git [PATCH] Clean up arch-overrides in linux/string.h Some string functions were safely overrideable in lib/string.c, but their corresponding declarations in linux/string.h were not. Correct this, and make strcspn overrideable. Odds of someone wanting to do optimized assembly of these are small, but for the sake of cleanliness, might as well bring them into line with the rest of the file. Signed-off-by: Kyle McMartin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed