patch for pci.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Ralf,

The argument of pcibios_enable_device is changed.

In include/linux/pci.h:
int pcibios_enable_device(struct pci_dev *, int mask);

The following patch is required for the cvs tree of linux_2_4 tag.

--- ./arch/mips/kernel/pci.c.orig	Wed May 29 12:03:16 2002
+++ ./arch/mips/kernel/pci.c	Thu Sep 12 18:22:14 2002
@@ -100,7 +100,7 @@
 	pcibios_fixup_irqs();
 }
 
-int pcibios_enable_device(struct pci_dev *dev)
+int pcibios_enable_device(struct pci_dev *dev, int mask)
 {
 	/* pciauto_assign_resources() will enable all devices found */
 	return 0;

-- 
Yoichi Yuasa
Montavista Software Japan, Inc.


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux