[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>
This commit is contained in:
committed by
Linus Torvalds
parent
934bb7f88e
commit
1cc1265e9a
@@ -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/module.h>
|
||||||
#include <linux/spinlock.h>
|
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
int fixup_exception(struct pt_regs *regs)
|
int fixup_exception(struct pt_regs *regs)
|
||||||
@@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user