Skip to content

Commit

Permalink
[PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_bus
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Mar 23, 2006
1 parent e5428ed commit 7c63ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-i386/mpspec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c63ee5

Please sign in to comment.