From: Michael Ellerman Date: Thu, 13 Jul 2006 07:52:06 +0000 (+1000) Subject: [POWERPC] iseries: Cleanup e2a() and strne2a() X-Git-Tag: v2.6.19-rc1~1300^2~89^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a892e5d7fa7fb893b5873f7150a83f6f1ee141b5;p=pandora-kernel.git [POWERPC] iseries: Cleanup e2a() and strne2a() e2a() was formally used by lparcfg, and so had to be exported, but isn't anymore, so don't. e2a() and strne2a() can both be static, and __init. And e2a can be made much more concise if we use x ... y case labels, while we're there add support for lower case letters. Signed-off-by: Michael Ellerman Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed