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/frv/kernel | |
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/frv/kernel')
-rw-r--r-- | arch/frv/kernel/debug-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/kernel/debug-stub.c b/arch/frv/kernel/debug-stub.c index 2f6c60c921e..2845139c807 100644 --- a/arch/frv/kernel/debug-stub.c +++ b/arch/frv/kernel/debug-stub.c @@ -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> |