[PATCH] mptspec: remove duplicate #Include

From: Randy.Dunlap
Date: Thu Apr 06 2006 - 16:17:27 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Remove duplicate #include line.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
include/asm-i386/mpspec.h | 1 -
1 files changed, 1 deletion(-)

--- linux-2617-rc1.orig/include/asm-i386/mpspec.h
+++ linux-2617-rc1/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;


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/