From: Rasmus Villemoes Date: Mon, 13 Oct 2014 22:54:27 +0000 (-0700) Subject: lib: string: Make all calls to strnicmp into calls to strncasecmp X-Git-Tag: fixes-against-v3.18-rc2~79^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0bfb63118612e3614cf77b115c00f895a42c96a;p=pandora-kernel.git lib: string: Make all calls to strnicmp into calls to strncasecmp The previous patch made strnicmp into a wrapper for strncasecmp. This patch makes all in-tree users of strnicmp call strncasecmp directly, while still making sure that the strnicmp symbol can be used by out-of-tree modules. It should be considered a temporary hack until all in-tree callers have been converted. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed