From: Ralf Baechle Date: Thu, 11 Mar 2010 07:48:14 +0000 (+0100) Subject: MIPS: Fix elfcore.c build warning X-Git-Tag: v2.6.34-rc4~6^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d3102b9adec0a34eb5899324b62a4a3d34183e;p=pandora-kernel.git MIPS: Fix elfcore.c build warning kernel/elfcore.c includes which includes the . In , struct pt_regs is declared inside the parameter list of the elf_dump_regs function which causes a kernel build warning. Fixed by adding a forward declaration of struct pt_regs. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed