aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:19 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:19 +0100
commiteaf76e8b93dd5e7a53e2cd6db53f3ca18ca0fe4c (patch)
treeeba4e635bfb671470baf01b10fd3228002459aa8 /include
parentx86: remove obsolete nohpet declaration (diff)
downloadlinux-dev-eaf76e8b93dd5e7a53e2cd6db53f3ca18ca0fe4c.tar.xz
linux-dev-eaf76e8b93dd5e7a53e2cd6db53f3ca18ca0fe4c.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/proto.h2
1 files changed, 0 insertions, 2 deletions
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);