Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1486858 > unrolled thread

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

Started byPaul Gortmaker <paul.gortmaker@windriver.com>
First post2016-09-19 23:10 +0200
Last post2016-09-22 12:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] m68k: migrate exception table users off module.h and onto extable.h Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-09-19 23:10 +0200
    Re: say 22AmIYourDreamLove22 Darshanbhai Desai <darshan.desai25@gmail.com> - 2016-09-22 12:50 +0200

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

FromPaul Gortmaker <paul.gortmaker@windriver.com>
Date2016-09-19 23:10 +0200
Subject[PATCH] m68k: migrate exception table users off module.h and onto extable.h
Message-ID<sjdZ8-2dG-35@gated-at.bofh.it>
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 <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@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

[toc] | [next] | [standalone]


#1488754 — Re: say 22AmIYourDreamLove22

FromDarshanbhai Desai <darshan.desai25@gmail.com>
Date2016-09-22 12:50 +0200
SubjectRe: say 22AmIYourDreamLove22
Message-ID<sk9JM-5c6-31@gated-at.bofh.it>
In reply to#1486858
Hiiiiii

On 21/09/2016, darshan.desai25@gmail.com <darshan.desai25@gmail.com> wrote:
> Asian_Girls_Looking_For_Serious_Dating
>
>
> GO_HERE
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ________________________________
>
> '-unsub-'

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web