diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:18 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:18 +0100 |
commit | 40fec50ac4dd436b06630f415789e57200c5b06f (patch) | |
tree | 77840762651421df3fa5dc1a4be189371b4b256a /include/asm-x86/proto.h | |
parent | a89518b882283fdb3e11fb6d1929dc874b380ca8 (diff) |
x86: move pda related declaration
pda has its own header file as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r-- | include/asm-x86/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 7ff3d765de0..8ed1ebf666b 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h @@ -9,7 +9,6 @@ struct cpuinfo_x86; struct pt_regs; extern void start_kernel(void); -extern void pda_init(int); extern void early_idt_handler(void); |