From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423846AbbFEOfm (ORCPT ); Fri, 5 Jun 2015 10:35:42 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:35681 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964774AbbFEOfk (ORCPT ); Fri, 5 Jun 2015 10:35:40 -0400 Message-ID: <5571B3B6.9090202@cogentembedded.com> Date: Fri, 05 Jun 2015 17:35:34 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Guenter Roeck , Ralf Baechle CC: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] MIPS: traps: Add missing include file References: <1433514585-26380-1-git-send-email-linux@roeck-us.net> In-Reply-To: <1433514585-26380-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 function 'show_stack': > arch/mips/kernel/traps.c:204:14: error: 'kgdb_active' undeclared The build robot has informed me about that one... > arch/mips/kernel/traps.c: In function 'do_trap_or_bp': > arch/mips/kernel/traps.c:877:2: error: > implicit declaration of function 'kgdb_ll_trap' ... but not about this one. > when building mips:allmodconfig. > > Fixes: 05155ddc2617 ("MIPS: get rid of 'kgdb_early_setup' cruft") > Cc: Sergei Shtylyov Acked-by: Sergei Shtylyov > Signed-off-by: Guenter Roeck WBR, Sergei