patch-2.4.5 linux/include/asm-m68k/pci.h

Next file: linux/include/asm-mips/pci.h
Previous file: linux/include/asm-ia64/pci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/include/asm-m68k/pci.h linux/include/asm-m68k/pci.h
@@ -45,4 +45,7 @@
 	/* We don't do dynamic PCI IRQ allocation */
 }
 
+/* Return the index of the PCI controller for device PDEV. */
+#define pci_controller_num(PDEV)	(0)
+
 #endif /* _ASM_M68K_PCI_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)