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)
commite2c41f143fb2db14ad9b644a515c98e6c2e5ea2d
tree3546e0874220844d9572b3f94153b950248a8e27
parenta9683c94fe8c8f87fdc8380a2e76506aa1502dcb
net: velocity: Convert to generic dma functions

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>
drivers/net/ethernet/via/via-velocity.c
drivers/net/ethernet/via/via-velocity.h
This page took 0.045043 seconds and 5 git commands to generate.