diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-09-23 05:33:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 13:05:22 -0400 |
commit | cf63ff5fa4399e215cc5ef322ccd8bddfff9afa6 (patch) | |
tree | edd5aedf961528321b01d6b9f474f32a9fd48563 /arch/mn10300 | |
parent | fd8b327ee46593ccc5230bfd053287fbf7c38a69 (diff) |
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); | |||
109 | extern asmlinkage void gdbstub_exception(struct pt_regs *, enum exception_code); | 109 | extern asmlinkage void gdbstub_exception(struct pt_regs *, enum exception_code); |
110 | extern asmlinkage void __gdbstub_bug_trap(void); | 110 | extern asmlinkage void __gdbstub_bug_trap(void); |
111 | extern asmlinkage void __gdbstub_pause(void); | 111 | extern asmlinkage void __gdbstub_pause(void); |
112 | extern asmlinkage void start_kernel(void); | ||
113 | 112 | ||
114 | #ifndef CONFIG_MN10300_CACHE_DISABLED | 113 | #ifndef CONFIG_MN10300_CACHE_DISABLED |
115 | extern asmlinkage void gdbstub_purge_cache(void); | 114 | extern asmlinkage void gdbstub_purge_cache(void); |