diff options
Diffstat (limited to 'include/asm-sparc/pci.h')
| -rw-r--r-- | include/asm-sparc/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc/pci.h b/include/asm-sparc/pci.h index 59aa22d71253..2f9feef28411 100644 --- a/include/asm-sparc/pci.h +++ b/include/asm-sparc/pci.h @@ -113,6 +113,8 @@ extern inline int pci_dma_supported(struct pci_dev *hwdev, u64 mask) return 1; } +#define pci_dac_dma_supported(dev, mask) (0) + /* Return the index of the PCI controller for device PDEV. */ #define pci_controller_num(PDEV) (0) |
