Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv28632/arch/mips/kernel
Modified Files:
pci.c
Log Message:
Backed out one fixup function which is board dependent and
should be included in the board's pci_fixup.c file instead.
Index: pci.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/pci.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pci.c 2001/08/28 07:23:54 1.3
--- pci.c 2001/08/28 21:03:44 1.4
***************
*** 173,179 ****
/* this should not be called */
}
-
- unsigned int pcibios_assign_all_busses(void)
- {
- return 1;
- }
--- 173,174 ----
|