patch-2.1.110 linux/arch/mips/kernel/pci.c

Next file: linux/arch/ppc/kernel/pci.c
Previous file: linux/arch/m68k/kernel/bios32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/arch/mips/kernel/pci.c linux/arch/mips/kernel/pci.c
@@ -129,4 +129,13 @@
 	return pci_ops->pcibios_write_config_dword(bus, dev_fn, where, val);
 }
 
+__initfunc(void pcibios_fixup_bus(struct pci_bus *bus))
+{
+}
+
+__initfunc(char *pcibios_setup(char *str))
+{
+	return str;
+}
+
 #endif /* defined(CONFIG_PCI) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov