commit | a892e5d7fa7fb893b5873f7150a83f6f1ee141b5 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Jul 13 17:52:06 2006 +1000 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Jul 13 18:42:20 2006 +1000 |
tree | 7bf5194235b14ffc837ed38db7110d01eb7a6089 | |
parent | dac411e7aa92d23dadbcb8721845ab88577294c7 [diff] |
[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 <michael@ellerman.id.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>