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>
Sun, 16 Jun 2013 11:47:22 +0000 (13:47 +0200)
commit4bf01dda083bd3a0d2e8e6e6287a42355852b6cb
tree5177e7b84ec3850bd6d82be187f26c8acdc1341f
parent4bb77a9dface5f3b8ee97f2857dc693bbc94120a
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