Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaf76e8b authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

x86: remove duplicate start_kernel declaration



start_kernel is already declared in a generic header file.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6fc30f9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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);