| Kernel v2.4.13 /include/asm-sh/pci.h |
|---|
 2.4.13
 include
 asm-sh
 pci.h
diff -u --recursive --new-file v2.4.12/linux/include/asm-sh/pci.h linux/include/asm-sh/pci.h
--- v2.4.12/linux/include/asm-sh/pci.h Sun Sep 23 11:41:01 2001
+++ linux/include/asm-sh/pci.h Fri Oct 12 15:35:54 2001
@@ -191,7 +191,7 @@
* only drive the low 24-bits during PCI bus mastering, then
* you would pass 0x00ffffff as the mask to this function.
*/
-static inline int pci_dma_supported(struct pci_dev *hwdev, dma_addr_t mask)
+static inline int pci_dma_supported(struct pci_dev *hwdev, u64 mask)
{
return 1;
}
|