瀏覽代碼

s390/dma: remove dma_is_consistent() declaration

There is no such function nor any caller in the whole kernel.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 12 年之前
父節點
當前提交
a50b2eae8b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/s390/include/asm/dma-mapping.h

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

@@ -19,7 +19,6 @@ static inline struct dma_map_ops *get_dma_ops(struct device *dev)
 }
 
 extern int dma_set_mask(struct device *dev, u64 mask);
-extern int dma_is_consistent(struct device *dev, dma_addr_t dma_handle);
 
 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
 				  enum dma_data_direction direction)