aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/kernel/debug-stub.c
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/kernel/debug-stub.c
parentfd8b327ee46593ccc5230bfd053287fbf7c38a69 (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/debug-stub.c')
-rw-r--r--arch/frv/kernel/debug-stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/kernel/debug-stub.c b/arch/frv/kernel/debug-stub.c
index 2f6c60c921e0..2845139c8077 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>