Commit 5d42a079 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] m68k sparse extern

M68k: Remove `extern' at function definition (found by sparse)
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bfd732f6
...@@ -990,7 +990,7 @@ void show_registers(struct pt_regs *regs) ...@@ -990,7 +990,7 @@ void show_registers(struct pt_regs *regs)
printk ("\n"); printk ("\n");
} }
extern void show_stack(struct task_struct *task, unsigned long *stack) void show_stack(struct task_struct *task, unsigned long *stack)
{ {
unsigned long *endstack; unsigned long *endstack;
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment