From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-kernel@vger.kernel.org, Mikael Starvik <starvik@axis.com>,
Jesper Nilsson <jespern@axis.com>,
linux-cris-kernel@axis.com
Subject: Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h
Date: Wed, 25 Jan 2017 11:29:44 +0100 [thread overview]
Message-ID: <20170125102944.GD4681@axis.com> (raw)
In-Reply-To: <20170124173149.9357-1-paul.gortmaker@windriver.com>
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 <lkp@intel.com>
> Cc: Mikael Starvik <starvik@axis.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
> Cc: linux-cris-kernel@axis.com
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
>
> [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 <linux/ptrace.h>
> -#include <linux/module.h>
> +#include <linux/extable.h>
> #include <linux/uaccess.h>
> #include <hwregs/supp_reg.h>
> #include <hwregs/intr_vect_defs.h>
> --
> 2.11.0
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
next prev parent reply other threads:[~2017-01-25 10:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 17:31 [PATCH] cris: migrate exception table users off module.h and onto extable.h Paul Gortmaker
2017-01-25 10:29 ` Jesper Nilsson [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-19 21:56 Paul Gortmaker
2016-09-23 13:34 ` Jesper Nilsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170125102944.GD4681@axis.com \
--to=jesper.nilsson@axis.com \
--cc=jespern@axis.com \
--cc=linux-cris-kernel@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paul.gortmaker@windriver.com \
--cc=starvik@axis.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox