diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2005-06-21 20:16:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 22:07:31 -0400 |
commit | 1cc1265e9a8579be0029cd675ec22a6151893e04 (patch) | |
tree | 5c98574d9d0001f031041790caab3f3630b09359 /arch/m32r/mm | |
parent | 934bb7f88eb398f62314fa63ba72ac6dcd21192a (diff) |
[PATCH] m32r: Cleanup arch/m32r/mm/extable.c
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m32r/mm')
-rw-r--r-- | arch/m32r/mm/extable.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c index 9a97363b6524..1743f23d49a3 100644 --- a/arch/m32r/mm/extable.c +++ b/arch/m32r/mm/extable.c | |||
@@ -1,10 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/i386/mm/extable.c | 2 | * linux/arch/m32r/mm/extable.c |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/config.h> | ||
6 | #include <linux/module.h> | 5 | #include <linux/module.h> |
7 | #include <linux/spinlock.h> | ||
8 | #include <asm/uaccess.h> | 6 | #include <asm/uaccess.h> |
9 | 7 | ||
10 | int fixup_exception(struct pt_regs *regs) | 8 | int fixup_exception(struct pt_regs *regs) |
@@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs) | |||
19 | 17 | ||
20 | return 0; | 18 | return 0; |
21 | } | 19 | } |
22 | |||