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)
commitf8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4
tree8f8fe1953febe3fcc696a309d25a97cf68042003
parent65f1f5a2c3cdb0570806fe4e5512945673dfa199
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