From: Heiko Carstens Date: Wed, 30 Jan 2013 13:17:42 +0000 (+0100) Subject: s390/dma: remove dma_is_consistent() declaration X-Git-Tag: v3.9-rc1~111^2~23 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a50b2eae8b9aed3840d7e045c9417ce5e6c5ce91;p=uclinux-h8%2Flinux.git s390/dma: remove dma_is_consistent() declaration There is no such function nor any caller in the whole kernel. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/dma-mapping.h b/arch/s390/include/asm/dma-mapping.h index e74bc7ac72e0..9411db653bac 100644 --- a/arch/s390/include/asm/dma-mapping.h +++ b/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)