Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] m68k: migrate exception table users off module.h and onto extable.h

0 views
Skip to first unread message

Paul Gortmaker

unread,
Sep 19, 2016, 5:01:57 PM9/19/16
to linux-...@vger.kernel.org, Paul Gortmaker, Geert Uytterhoeven, linux...@vger.kernel.org
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.

Cc: Geert Uytterhoeven <ge...@linux-m68k.org>
Cc: linux...@lists.linux-m68k.org
Signed-off-by: Paul Gortmaker <paul.go...@windriver.com>
---

[see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]

arch/m68k/kernel/signal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/kernel/signal.c b/arch/m68k/kernel/signal.c
index 2dcee3a88867..db775322b485 100644
--- a/arch/m68k/kernel/signal.c
+++ b/arch/m68k/kernel/signal.c
@@ -42,7 +42,7 @@
#include <linux/personality.h>
#include <linux/tty.h>
#include <linux/binfmts.h>
-#include <linux/module.h>
+#include <linux/extable.h>
#include <linux/tracehook.h>

#include <asm/setup.h>
--
2.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Geert Uytterhoeven

unread,
Sep 30, 2016, 4:27:51 AM9/30/16
to Paul Gortmaker, linux-...@vger.kernel.org, Linux/m68k
On Mon, Sep 19, 2016 at 11:01 PM, Paul Gortmaker
<paul.go...@windriver.com> 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.
>
> Cc: Geert Uytterhoeven <ge...@linux-m68k.org>
> Cc: linux...@lists.linux-m68k.org
> Signed-off-by: Paul Gortmaker <paul.go...@windriver.com>

Thanks, applied and queued for v4.9.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
0 new messages