Skip to content

Commit

Permalink
misc: remove redundant start_kernel prototypes
Browse files Browse the repository at this point in the history
Impact: cleanup

No need for redeclaration.

Signed-off-by: Rusty Russell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rustyrussell authored and torvalds committed Sep 23, 2009
1 parent fd8b327 commit cf63ff5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion arch/frv/include/asm/gdb-stub.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions arch/frv/kernel/debug-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/serial_reg.h>
#include <linux/start_kernel.h>

#include <asm/system.h>
#include <asm/serial-regs.h>
Expand Down
1 change: 0 additions & 1 deletion arch/mn10300/include/asm/gdb-stub.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cf63ff5

Please sign in to comment.