Skip to content

Commit

Permalink
x86: remove duplicate start_kernel declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 6fc30f9 commit eaf76e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/head64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions include/asm-x86/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eaf76e8

Please sign in to comment.