From 046ebb10dfc6cd97e824561843ddb0a8729935f9 Mon Sep 17 00:00:00 2001 From: Hirokazu Takata Date: Tue, 21 Jun 2005 17:16:15 -0700 Subject: [PATCH] --- yaml --- r: 2522 b: refs/heads/master c: 1cc1265e9a8579be0029cd675ec22a6151893e04 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m32r/mm/extable.c | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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; } -