net: smc911x: remove the dmaengine compat need
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 17 Jun 2018 17:02:10 +0000 (19:02 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Thu, 21 Jun 2018 08:44:41 +0000 (10:44 +0200)
commit9d7bc29cc96bd6242ad451d3ee0b62387b14e0f0
treecb52a98f50a3f48dbeeb191f2155e0df9d1ec99a
parent35b69d626c3a4eaac15618f9419b8a29c8a1da22
net: smc911x: 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>
drivers/net/ethernet/smsc/smc911x.c