From: Ralf Baechle Date: Wed, 4 Feb 2015 12:04:03 +0000 (+0100) Subject: MIPS: elf2ecoff: Fix warning due to dead code. X-Git-Tag: fixes-v4.0-rc1~21^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d76e9633b572ae5a64150b638eed77f4afc12db;p=pandora-kernel.git MIPS: elf2ecoff: Fix warning due to dead code. HOSTCC arch/mips/boot/elf2ecoff arch/mips/boot/elf2ecoff.c: In function ‘main’: arch/mips/boot/elf2ecoff.c:271:8: warning: variable ‘shstrtab’ set but not used [-Wunused-but-set-variable] char *shstrtab; Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed