Re: [PATCH -next] MIPS: traps: Add missing include file

2015-06-05 Thread Ralf Baechle
On Fri, Jun 05, 2015 at 07:29:45AM -0700, Guenter Roeck wrote: Thanks, I folded your fix into the original patch. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/

[PATCH -next] MIPS: traps: Add missing include file

2015-06-05 Thread Guenter Roeck
Commit 05155ddc2617 ("MIPS: get rid of 'kgdb_early_setup' cruft") removed the include of linux/kgdb.h from arch/mips/kernel/traps.c. This results in arch/mips/kernel/traps.c: In function 'show_stack': arch/mips/kernel/traps.c:204:14: error: 'kgdb_active' undeclared arch/mips/kernel/traps.c: In fun

Re: [PATCH -next] MIPS: traps: Add missing include file

2015-06-05 Thread Sergei Shtylyov
Hello. On 6/5/2015 5:29 PM, Guenter Roeck wrote: Commit 05155ddc2617 ("MIPS: get rid of 'kgdb_early_setup' cruft") removed the include of linux/kgdb.h from arch/mips/kernel/traps.c. Sorry about that. And thanks for beating me to it. :-) This results in arch/mips/kernel/traps.c: In fun