From: Randy Dunlap Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton --- include/asm-i386/mpspec.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/asm-i386/mpspec.h~mptspec-remove-duplicate-include include/asm-i386/mpspec.h --- 25/include/asm-i386/mpspec.h~mptspec-remove-duplicate-include Thu Apr 6 15:58:26 2006 +++ 25-akpm/include/asm-i386/mpspec.h Thu Apr 6 15:58:26 2006 @@ -18,7 +18,6 @@ extern void find_smp_config (void); extern void get_smp_config (void); extern int nr_ioapics; extern int apic_version [MAX_APICS]; -extern int mp_bus_id_to_type [MAX_MP_BUSSES]; extern int mp_irq_entries; extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES]; extern int mpc_default_type; _