projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
934bb7f
)
[PATCH] m32r: Cleanup arch/m32r/mm/extable.c
author
Hirokazu Takata
<takata@linux-m32r.org>
Wed, 22 Jun 2005 00:16:15 +0000
(17:16 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:31 +0000
(19:07 -0700)
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>
arch/m32r/mm/extable.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m32r/mm/extable.c
b/arch/m32r/mm/extable.c
index 9a97363b65244e735c55f10fd02d513795b9e2be..1743f23d49a320a8d1e0dec3b63942d8c8475e80 100644
(file)
--- a/
arch/m32r/mm/extable.c
+++ b/
arch/m32r/mm/extable.c
@@
-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)
@@
-19,4
+17,3
@@
int fixup_exception(struct pt_regs *regs)
return 0;
}
-