diff options
author | Christoph Hellwig <hch@lst.de> | 2015-11-10 17:45:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-10 19:32:11 -0500 |
commit | 247e75dba60140395cd7e808d32f76f208bedf76 (patch) | |
tree | 1f230adaaffd472ba75373e9d4b9db23efdb34eb /drivers/parisc | |
parent | 704c16db0e055e9a2acd4a5353e92b1ae4408a90 (diff) |
pci: remove pci_dma_supported
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/ccio-dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 957b42198328..8e11fb2831cd 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c | |||
@@ -704,8 +704,6 @@ ccio_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt) | |||
704 | * ccio_dma_supported - Verify the IOMMU supports the DMA address range. | 704 | * ccio_dma_supported - Verify the IOMMU supports the DMA address range. |
705 | * @dev: The PCI device. | 705 | * @dev: The PCI device. |
706 | * @mask: A bit mask describing the DMA address range of the device. | 706 | * @mask: A bit mask describing the DMA address range of the device. |
707 | * | ||
708 | * This function implements the pci_dma_supported function. | ||
709 | */ | 707 | */ |
710 | static int | 708 | static int |
711 | ccio_dma_supported(struct device *dev, u64 mask) | 709 | ccio_dma_supported(struct device *dev, u64 mask) |