commit | cbc654c88178b7dc3b63f57278cb917ffdb629cc | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sun Jun 17 19:02:11 2018 +0200 |
committer | Robert Jarzmik <robert.jarzmik@free.fr> | Thu Jun 21 10:45:47 2018 +0200 |
tree | 6c4cc472c45eca2b9074abd00be658852985dfbb | |
parent | 9d7bc29cc96bd6242ad451d3ee0b62387b14e0f0 [diff] |
net: smc91x: remove the dmaengine compat need As the pxa architecture switched towards the dmaengine slave map, the old compatibility mechanism to acquire the dma requestor line number and priority are not needed anymore. This patch simplifies the dma resource acquisition, using the more generic function dma_request_slave_channel(). Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: David S. Miller <davem@davemloft.net>