aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/pci.h')
-rw-r--r--include/asm-frv/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-frv/pci.h b/include/asm-frv/pci.h
index 3aee08c5a44f..585d9b49949a 100644
--- a/include/asm-frv/pci.h
+++ b/include/asm-frv/pci.h
@@ -40,9 +40,6 @@ extern void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size,
40extern void pci_free_consistent(struct pci_dev *hwdev, size_t size, 40extern void pci_free_consistent(struct pci_dev *hwdev, size_t size,
41 void *vaddr, dma_addr_t dma_handle); 41 void *vaddr, dma_addr_t dma_handle);
42 42
43/* This is always fine. */
44#define pci_dac_dma_supported(pci_dev, mask) (1)
45
46/* Return the index of the PCI controller for device PDEV. */ 43/* Return the index of the PCI controller for device PDEV. */
47#define pci_controller_num(PDEV) (0) 44#define pci_controller_num(PDEV) (0)
48 45