From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751999AbdAYK37 (ORCPT ); Wed, 25 Jan 2017 05:29:59 -0500 Received: from bes.se.axis.com ([195.60.68.10]:47816 "EHLO bes.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbdAYK35 (ORCPT ); Wed, 25 Jan 2017 05:29:57 -0500 Date: Wed, 25 Jan 2017 11:29:44 +0100 From: Jesper Nilsson To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Mikael Starvik , Jesper Nilsson , linux-cris-kernel@axis.com Subject: Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h Message-ID: <20170125102944.GD4681@axis.com> References: <20170124173149.9357-1-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170124173149.9357-1-paul.gortmaker@windriver.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 24, 2017 at 12:31:49PM -0500, Paul Gortmaker wrote: > This file was only including module.h for exception table related > functions. We've now separated that content out into its own file > "extable.h" so now move over to that and avoid all the extra header > content in module.h that we don't really need to compile this file. > > Reported-by: kbuild test robot > Cc: Mikael Starvik Acked-by: Jesper Nilsson > Cc: linux-cris-kernel@axis.com > Signed-off-by: Paul Gortmaker > --- > > [This is to be added to the other 20 patches of this for-merge series: > https://lkml.kernel.org/r/20170122163244.11740-1-paul.gortmaker@windriver.com > I didn't want to resend all 20 again just for the addition of a one liner.] Not a problem, looks good. > arch/cris/arch-v32/kernel/traps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/cris/arch-v32/kernel/traps.c b/arch/cris/arch-v32/kernel/traps.c > index d79666aefd71..ad6174e217c9 100644 > --- a/arch/cris/arch-v32/kernel/traps.c > +++ b/arch/cris/arch-v32/kernel/traps.c > @@ -3,7 +3,7 @@ > */ > > #include > -#include > +#include > #include > #include > #include > -- > 2.11.0 /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com