patch-2.3.99-pre2 linux/include/asm-arm/pci.h

Next file: linux/include/asm-arm/system.h
Previous file: linux/include/asm-arm/page.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre1/linux/include/asm-arm/pci.h linux/include/asm-arm/pci.h
@@ -1,12 +1,17 @@
 #ifndef ASMARM_PCI_H
 #define ASMARM_PCI_H
 
+#ifdef __KERNEL__
+
 #define pcibios_assign_all_busses()	0
 
 #define PCIBIOS_MIN_IO		0x8000
 #define PCIBIOS_MIN_MEM		0x40000000
 
-#ifdef __KERNEL__
+extern inline void pcibios_set_master(struct pci_dev *dev)
+{
+	/* No special bus mastering setup handling */
+}
 
 #include <asm/scatterlist.h>
 #include <asm/io.h>

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