patch-2.2.18 linux/arch/i386/kernel/bios32.c
Next file: linux/arch/i386/kernel/bluesmoke.c
Previous file: linux/arch/i386/kernel/apm.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sat Sep 2 23:44:17 2000
- Orig file:
v2.2.17/arch/i386/kernel/bios32.c
- Orig date:
Sun Jun 11 21:44:09 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/i386/kernel/bios32.c linux/arch/i386/kernel/bios32.c
@@ -1055,7 +1055,6 @@
/*
* Find and scan busses behind ServerWorks north bridge chips
*/
- struct pci_bus *bus;
unsigned char busno, busmax;
pci_probe |= PCI_NO_PEER_FIXUP;
pci_read_config_byte(d, 0x44, &busno);
@@ -1070,7 +1069,6 @@
/*
* Find and scan busses behind RCC LE north bridge chips
*/
- struct pci_bus *bus;
unsigned char busno, busmax;
pci_probe |= PCI_NO_PEER_FIXUP;
pci_read_config_byte(d, 0xc8, &busno);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)