提交 f8bb3af9 编写于 作者: R Ralf Baechle

Make kgdb_wait static.

    
Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 65f1f5a2
......@@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc)
*epc = (unsigned long)async_breakpoint;
}
void kgdb_wait(void *arg)
static void kgdb_wait(void *arg)
{
unsigned flags;
int cpu = smp_processor_id();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册