commit | e2c41f143fb2db14ad9b644a515c98e6c2e5ea2d | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Sat May 18 09:39:06 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 20 13:40:39 2013 -0700 |
tree | 3546e0874220844d9572b3f94153b950248a8e27 | |
parent | a9683c94fe8c8f87fdc8380a2e76506aa1502dcb [diff] |
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>