From: Uwe Kleine-König Date: Fri, 23 Jul 2010 09:46:52 +0000 (+0100) Subject: ARM: 6263/1: ns9xxx: fix FTBFS for zImage X-Git-Tag: v2.6.35~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51aa87beb9dff42ccc3612811e83d1ad98141e0b;p=pandora-kernel.git ARM: 6263/1: ns9xxx: fix FTBFS for zImage the different putc variants used an initialized local static variable which is broken since 5de813b (ARM: Eliminate decompressor -Dstatic= PIC hack) This needs to be initialized at runtime and so needs to be global. While at it give it a better name. Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- Reading git-diff-tree failed