projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5428ed
)
[PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_bus
author
Chris Wright
<chrisw@sous-sol.org>
Thu, 23 Mar 2006 10:59:37 +0000
(
02:59
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 23 Mar 2006 15:38:04 +0000
(07:38 -0800)
mp_bus_id_to_pci_bus is declared identically twice.
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/mpspec.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-i386/mpspec.h
b/include/asm-i386/mpspec.h
index 64a0b8e6afeb27137c70b45ff981023ac2fad532..62113d3bfdc21837c3c1d87a6457fb75a09a8a4c 100644
(file)
--- a/
include/asm-i386/mpspec.h
+++ b/
include/asm-i386/mpspec.h
@@
-22,7
+22,6
@@
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;
-extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
extern unsigned long mp_lapic_addr;
extern int pic_mode;
extern int using_apic_timer;