]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13478c5436e3141a15845ccd65172bbdaedea141
tree3546e0874220844d9572b3f94153b950248a8e27
parenta9defec344f3a5dc9efa2bb106883db88a613ff2
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