aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/include/asm/gdb-stub.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-09-23 10:33:54 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:05:22 -0700
commitcf63ff5fa4399e215cc5ef322ccd8bddfff9afa6 (patch)
treeedd5aedf961528321b01d6b9f474f32a9fd48563 /arch/frv/include/asm/gdb-stub.h
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 (diff)
downloadlinux-dev-cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6.tar.xz
linux-dev-cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6.zip
misc: remove redundant start_kernel prototypes
Impact: cleanup No need for redeclaration. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/include/asm/gdb-stub.h')
-rw-r--r--arch/frv/include/asm/gdb-stub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/frv/include/asm/gdb-stub.h b/arch/frv/include/asm/gdb-stub.h
index 24f9738670bd..2da716407ff2 100644
--- a/arch/frv/include/asm/gdb-stub.h
+++ b/arch/frv/include/asm/gdb-stub.h
@@ -90,7 +90,6 @@ extern void gdbstub_do_rx(void);
extern asmlinkage void __debug_stub_init_break(void);
extern asmlinkage void __break_hijack_kernel_event(void);
extern asmlinkage void __break_hijack_kernel_event_breaks_here(void);
-extern asmlinkage void start_kernel(void);
extern asmlinkage void gdbstub_rx_handler(void);
extern asmlinkage void gdbstub_rx_irq(void);