Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753434AbaB0QP6 (ORCPT ); Thu, 27 Feb 2014 11:15:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42614 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751500AbaB0QP5 (ORCPT ); Thu, 27 Feb 2014 11:15:57 -0500 Date: Thu, 27 Feb 2014 17:14:01 +0100 From: Oleg Nesterov To: Rashika Kheria Cc: linux-kernel@vger.kernel.org, Jason Wessel , Vincent , Andrew Morton , Al Viro , Kees Cook , Tejun Heo , Valdis Kletnieks , Emese Revfy , Andrey Vagin , Jesper Derehag , Vineet Gupta , kgdb-bugreport@lists.sourceforge.net, josh@joshtriplett.org Subject: Re: [PATCH 05/46] kernel: Include appropriate header file in kernel/signal.c Message-ID: <20140227161401.GA32685@redhat.com> References: <7b4a60c74ced00e0d65c38488f20dc4bd69f0dd2.1393493276.git.rashika.kheria@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/27, Rashika Kheria wrote: > > --- a/kernel/signal.c > +++ b/kernel/signal.c > @@ -42,6 +42,7 @@ > #include > #include > #include "audit.h" /* audit_signal_info() */ > +#include "debug/kdb/kdb_private.h" Perhaps this should go under "#ifdef CONFIG_KGDB_KDB" along with "#include " we already have? Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/