Commit a50b2eae8b9aed3840d7e045c9417ce5e6c5ce91
Committed by
Martin Schwidefsky
1 parent
e978948db1
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
arch/s390/include/asm/dma-mapping.h
... | ... | @@ -19,7 +19,6 @@ |
19 | 19 | } |
20 | 20 | |
21 | 21 | extern int dma_set_mask(struct device *dev, u64 mask); |
22 | -extern int dma_is_consistent(struct device *dev, dma_addr_t dma_handle); | |
23 | 22 | |
24 | 23 | static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, |
25 | 24 | enum dma_data_direction direction) |