Commit a42bb8b4 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] trivial fixup of function prototype in m68k_syms.c

From:  Greg Ungerer <gerg@moreton.com.au>
parent adb1d2f8
......@@ -21,7 +21,7 @@
#include <asm/current.h>
extern void dump_thread(struct pt_regs *, struct user *);
extern int dump_fpu(elf_fpregset_t *);
extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
/* platform dependent support */
......
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