提交 eaf76e8b 编写于 作者: T Thomas Gleixner 提交者: Ingo Molnar

x86: remove duplicate start_kernel declaration

start_kernel is already declared in a generic header file.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 6fc30f9e
......@@ -10,6 +10,7 @@
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/percpu.h>
#include <linux/start_kernel.h>
#include <asm/processor.h>
#include <asm/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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册