net: velocity: Convert to generic dma functions
authorTony Prisk <linux@prisktech.co.nz>
Sat, 18 May 2013 09:39:06 +0000 (09:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 May 2013 20:40:39 +0000 (13:40 -0700)
Remove the pci_* dma functions and replace with the more generic
versions.

In preparation of adding platform support, a new struct device *dev
is added to struct velocity_info which can be used by both the pci
and platform code.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found