]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cris/kgdb: Kill forward declarations for static functions
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 11 Feb 2013 19:37:19 +0000 (20:37 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 27 May 2013 17:32:38 +0000 (19:32 +0200)
commit2f40c5d4b473b8a90abafea03939ace1b263d244
tree39502573b4248951e8c4ebb2e8f5ae9b152ece22
parentd9c03fff98960d3af6432129a766760d43b9ed10
cris/kgdb: Kill forward declarations for static functions

Move some functions around and kill forward declarations for static
functions. This fixes:

arch/cris/arch-v10/kernel/kgdb.c:255:13: warning: 'copy_registers_from_stack' declared 'static' but never defined [-Wunused-function]
arch/cris/arch-v10/kernel/kgdb.c:259:13: warning: 'copy_registers_to_stack' declared 'static' but never defined [-Wunused-function]
arch/cris/arch-v10/kernel/kgdb.c:267:12: warning: 'write_stack_register' declared 'static' but never defined [-Wunused-function]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/cris/arch-v10/kernel/kgdb.c