Skip to content

Commit

Permalink
Make kgdb_wait static.
Browse files Browse the repository at this point in the history
    
Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 65f1f5a commit f8bb3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/gdb-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f8bb3af

Please sign in to comment.