From eaf76e8b93dd5e7a53e2cd6db53f3ca18ca0fe4c Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 30 Jan 2008 13:30:19 +0100 Subject: [PATCH] x86: remove duplicate start_kernel declaration start_kernel is already declared in a generic header file. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86/kernel/head64.c | 1 + include/asm-x86/proto.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index d156bfbffa9a..6643f3f994fb 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 4eddf2761804..5a45478b5d3a 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h @@ -8,8 +8,6 @@ struct cpuinfo_x86; struct pt_regs; -extern void start_kernel(void); - extern void early_idt_handler(void); extern void init_memory_mapping(unsigned long start, unsigned long end);