提交 67eb81e1 编写于 作者: Y Yoichi Yuasa 提交者:

mips: warning fix audit_arch()

arch/mips/kernel/ptrace.c:305: warning: function declaration isn't a prototype
Signed-off-by: NYoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册