From: Randy Dunlap Date: Tue, 11 Apr 2006 05:53:14 +0000 (-0700) Subject: [PATCH] mptspec: remove duplicate #include X-Git-Tag: v2.6.17-rc2~252 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=dc8cbaed57f773a2b3cee40c15ec4f1e17b08046;p=linux-2.6-omap-h63xx.git [PATCH] mptspec: remove duplicate #include Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/mpspec.h b/include/asm-i386/mpspec.h index 62113d3bfdc..770bf6da8c3 100644 --- a/include/asm-i386/mpspec.h +++ b/include/asm-i386/mpspec.h @@ -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;