]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
hexagon: remove the unused dma_is_consistent prototype
authorChristoph Hellwig <hch@lst.de>
Mon, 22 May 2017 09:10:08 +0000 (11:10 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 Jun 2017 13:54:43 +0000 (06:54 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/hexagon/include/asm/dma-mapping.h

index 9c15cb5271a66e230b4bb1e88adbdcb3db8e72db..463dbc18f853e00040cf2bc7a2a65f1f55b96016 100644 (file)
@@ -37,7 +37,6 @@ static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
        return dma_ops;
 }
 
-extern int dma_is_consistent(struct device *dev, dma_addr_t dma_handle);
 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
                           enum dma_data_direction direction);