From: Andy Shevchenko Date: Tue, 26 Jul 2011 00:13:20 +0000 (-0700) Subject: lib: make _tolower() public X-Git-Tag: v3.1-rc1~241^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75fb8f269305fc066c4c6ec6e7232df0c92f434d;p=pandora-kernel.git lib: make _tolower() public This function is required by *printf and kstrto* functions that are located in the different modules. This patch makes _tolower() public. However, it's good idea to not use the helper outside of mentioned functions. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Andy Shevchenko Acked-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed