commit | 5dac33ad6f0d1dbc20736fa13d833250e7f12a26 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 11 14:20:02 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 12:09:23 2019 -0500 |
tree | 564272738ce1dde33d3c00176a69687bf0ce6138 | |
parent | e86b76f63351e8393c6a7d15bd46366da16ffd3f [diff] |
moxart_ether: 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>