x86: remove duplicate start_kernel declaration
start_kernel is already declared in a generic header file. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
6fc30f9e29
commit
eaf76e8b93
@@ -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);
|
||||
|
Reference in New Issue
Block a user