Skip to content
Snippets Groups Projects
Commit 1cc1265e authored by Hirokazu Takata's avatar Hirokazu Takata Committed by Linus Torvalds
Browse files

[PATCH] m32r: Cleanup arch/m32r/mm/extable.c

parent 934bb7f8
No related merge requests found
/*
* 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)
......@@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs)
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment