Skip to content

Commit 6736e65

Browse files
Paul Gortmakergeertu
authored andcommitted
m68k: Migrate exception table users off module.h and onto extable.h
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. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
1 parent f5e1473 commit 6736e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68k/kernel/signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <linux/personality.h>
4343
#include <linux/tty.h>
4444
#include <linux/binfmts.h>
45-
#include <linux/module.h>
45+
#include <linux/extable.h>
4646
#include <linux/tracehook.h>
4747

4848
#include <asm/setup.h>

0 commit comments

Comments
 (0)