Make kgdb_wait static.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 3 Oct 2005 12:30:57 +0000 (13:30 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:34 +0000 (19:32 +0100)
commit7d31c3cc813ffab1dbe3eca6712779f8f0e9097d
tree8f8fe1953febe3fcc696a309d25a97cf68042003
parent1ad5631ad0b6332d1a608ca48d699611293f9d0b
Make kgdb_wait static.

Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/gdb-stub.c