Commit 67eb81e1 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by

mips: warning fix audit_arch()

arch/mips/kernel/ptrace.c:305: warning: function declaration isn't a prototype
Signed-off-by: default avatarYoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 3ac3ed55
......@@ -300,7 +300,7 @@ asmlinkage int sys_ptrace(long request, long pid, long addr, long data)
return ret;
}
static inline int audit_arch()
static inline int audit_arch(void)
{
#ifdef CONFIG_CPU_LITTLE_ENDIAN
#ifdef CONFIG_MIPS64
......
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