diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-23 10:33:54 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:05:22 -0700 |
commit | cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6 (patch) | |
tree | edd5aedf961528321b01d6b9f474f32a9fd48563 /arch/mn10300 | |
parent | fd8b327ee46593ccc5230bfd053287fbf7c38a69 (diff) | |
download | linux-cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6.tar.gz linux-cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6.tar.xz |
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/mn10300')
-rw-r--r-- | arch/mn10300/include/asm/gdb-stub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/gdb-stub.h b/arch/mn10300/include/asm/gdb-stub.h index e5a6368559af..556cce992548 100644 --- a/arch/mn10300/include/asm/gdb-stub.h +++ b/arch/mn10300/include/asm/gdb-stub.h @@ -109,7 +109,6 @@ extern asmlinkage int gdbstub_intercept(struct pt_regs *, enum exception_code); extern asmlinkage void gdbstub_exception(struct pt_regs *, enum exception_code); extern asmlinkage void __gdbstub_bug_trap(void); extern asmlinkage void __gdbstub_pause(void); -extern asmlinkage void start_kernel(void); #ifndef CONFIG_MN10300_CACHE_DISABLED extern asmlinkage void gdbstub_purge_cache(void); |