commit | b49efd76248242169f28ffd20ada05064d01ed9f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 09 22:11:31 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jan 10 16:41:12 2018 +0100 |
tree | 803f744f3c91b5c26fb708f0bece373ae2e704f0 | |
parent | ea8c64ace86647260ec4255f483e5844d62af2df [diff] |
dma-mapping: move dma_mark_clean to dma-direct.h And unlike the other helpers we don't require a <asm/dma-direct.h> as this helper is a special case for ia64 only, and this keeps it as simple as possible. Signed-off-by: Christoph Hellwig <hch@lst.de>