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

Next file: linux/include/asm-arm/uaccess.h
Previous file: linux/include/asm-arm/arch-l7200/keyboard.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/include/asm-arm/pci.h linux/include/asm-arm/pci.h
@@ -148,6 +148,9 @@
 	return 1;
 }
 
+/* Return the index of the PCI controller for device PDEV. */
+#define pci_controller_num(PDEV)	(0)
+
 #endif /* __KERNEL__ */
  
 #endif

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