Skip to content

Commit

Permalink
[PATCH] m32r: Cleanup arch/m32r/mm/extable.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hirokazu Takata authored and Linus Torvalds committed Jun 22, 2005
1 parent 934bb7f commit 1cc1265
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/m32r/mm/extable.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*
* linux/arch/i386/mm/extable.c
* linux/arch/m32r/mm/extable.c
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <asm/uaccess.h>

int fixup_exception(struct pt_regs *regs)
Expand All @@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs)

return 0;
}

0 comments on commit 1cc1265

Please sign in to comment.