commit | 3c69aec48f3c89bf1b29f11ea949c4f595577ab4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 11 14:19:58 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 12:09:23 2019 -0500 |
tree | e85c7acb8256aa8cf4f34dd9338990f99d14dcfe | |
parent | e222822f9be03c6d985ba1af1f22ec863368b8d0 [diff] |
au1000_eth: pass struct device to DMA API functions The DMA API generally relies on a struct device to work properly, and only barely works without one for legacy reasons. Pass the easily available struct device from the platform_device to remedy this. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>