commit | a2b63aa2f45314bea077275c6009ba00c83826a0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 22 11:07:48 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jun 28 06:54:42 2017 -0700 |
tree | 69d3b371920b3cc397b6e6a01457c7021ebe2bf4 | |
parent | 3be6d9b6da2ca62a4fd73a401b26f4a1dac2a47d [diff] |
hexagon: remove arch-specific dma_supported implementation This implementation is simply bogus - hexagon only has a simple direct mapped DMA implementation and thus doesn't care about the address. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Richard Kuo <rkuo@codeaurora.org>