Browse Source

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>

Ralf Baechle 19 years ago
parent
commit
f8bb3af924
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/mips/kernel/gdb-stub.c

+ 1 - 1
arch/mips/kernel/gdb-stub.c

@@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc)
 	*epc = (unsigned long)async_breakpoint;
 	*epc = (unsigned long)async_breakpoint;
 }
 }
 
 
-void kgdb_wait(void *arg)
+static void kgdb_wait(void *arg)
 {
 {
 	unsigned flags;
 	unsigned flags;
 	int cpu = smp_processor_id();
 	int cpu = smp_processor_id();