patch-2.1.115 linux/arch/mips/sni/pci.c

Next file: linux/arch/mips/sni/setup.c
Previous file: linux/arch/mips/sni/int-handler.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/arch/mips/sni/pci.c linux/arch/mips/sni/pci.c
@@ -1,11 +1,10 @@
-/*
+/* $Id: pci.c,v 1.5 1998/05/08 01:44:26 ralf Exp $
+ *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  *
  * SNI specific PCI support for RM200/RM300.
- *
- * $Id: pci.c,v 1.4 1998/05/01 01:35:34 ralf Exp $
  */
 #include <linux/config.h>
 #include <linux/bios32.h>
@@ -26,8 +25,7 @@
 	                                        (where  & 0xfc);             \
 } while(0);
 
-static unsigned long sni_rm200_pcibios_fixup (unsigned long memory_start,
-                                              unsigned long memory_end)
+static void sni_rm200_pcibios_fixup (void)
 {
 	/*
 	 * TODO: Fix PCI_INTERRUPT_LINE register for onboard cards.
@@ -36,8 +34,6 @@
 	 */
 	pcibios_write_config_byte(0, PCI_DEVFN(1, 0), PCI_INTERRUPT_LINE,
 	                          PCIMT_IRQ_SCSI);
-
-	return memory_start;
 }
 
 /*

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