1
0
Fork 0
alistair23-linux/drivers/net/arm
FUJITA Tomonori 5d23a1d2a3 net: replace dma_sync_single with dma_sync_single_for_cpu
This replaces dma_sync_single() with dma_sync_single_for_cpu() because
dma_sync_single() is an obsolete API; include/linux/dma-mapping.h says:

/* Backwards compat, remove in 2.7.x */
#define dma_sync_single		dma_sync_single_for_cpu
#define dma_sync_sg		dma_sync_sg_for_cpu

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-29 01:51:22 -07:00
..
Kconfig IXP4xx: Add PHYLIB support to Ethernet driver. 2008-12-22 00:42:55 +01:00
Makefile Revert "etherh: Get working again." 2009-02-22 19:54:16 -08:00
am79c961a.c am79c961a: convert to net_device_ops 2009-04-11 02:53:53 -07:00
am79c961a.h fix file specification in comments 2006-10-03 23:01:26 +02:00
at91_ether.c at91_ether: convert to net_device_ops 2009-04-11 02:53:54 -07:00
at91_ether.h at91_ether: use netstats in net_device structure 2008-07-22 19:45:41 -04:00
ep93xx_eth.c net: replace dma_sync_single with dma_sync_single_for_cpu 2009-05-29 01:51:22 -07:00
ether1.c ether1: convert to net_device_ops 2009-04-11 02:53:55 -07:00
ether1.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ether3.c ether3: convert to net_device_ops 2009-04-11 02:53:56 -07:00
ether3.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
etherh.c Revert "etherh: Get working again." 2009-02-22 19:54:16 -08:00
ixp4xx_eth.c net: replace dma_sync_single with dma_sync_single_for_cpu 2009-05-29 01:51:22 -07:00
ks8695net.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-03-05 02:06:47 -08:00
ks8695net.h net: Add support for the KS8695 ethernet devices. 2008-12-11 21:00:29 -08:00