net: ep93xx_eth: pass struct device to DMA API functions
authorMika Westerberg <mika.westerberg@iki.fi>
Sat, 11 Jun 2011 08:39:55 +0000 (08:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2011 23:25:15 +0000 (16:25 -0700)
commitfc9b4910b00039da054f221e2821be0519261101
treec4042a8324555eab6e6448620fc4c5514fa44d01
parentfa70cf472c0bc3a0d7e613a418cfc1117b796c6c
net: ep93xx_eth: pass struct device to DMA API functions

We shouldn't use NULL for any DMA API functions, unless we are dealing with
ISA or EISA device. So pass correct struct dev pointer to these functions.

Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arm/ep93xx_eth.c