diff --git a/[refs] b/[refs] index 5bed05aedb55..ab9db01218a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 934bb7f88eb398f62314fa63ba72ac6dcd21192a +refs/heads/master: 1cc1265e9a8579be0029cd675ec22a6151893e04 diff --git a/trunk/arch/m32r/mm/extable.c b/trunk/arch/m32r/mm/extable.c index 9a97363b6524..1743f23d49a3 100644 --- a/trunk/arch/m32r/mm/extable.c +++ b/trunk/arch/m32r/mm/extable.c @@ -1,10 +1,8 @@ /* - * linux/arch/i386/mm/extable.c + * linux/arch/m32r/mm/extable.c */ -#include #include -#include #include int fixup_exception(struct pt_regs *regs) @@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs) return 0; } -