瀏覽代碼

hexagon: remove the unused dma_is_consistent prototype

Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig 8 年之前
父節點
當前提交
3d6119a4a1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/hexagon/include/asm/dma-mapping.h

+ 0 - 1
arch/hexagon/include/asm/dma-mapping.h

@@ -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);