diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-05-27 15:10:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 01:51:22 -0700 |
commit | 5d23a1d2a317e272f171d7818f600fde324eaceb (patch) | |
tree | bc0d938e894464a923eecc719f332eee0cbe2aa3 /drivers/net/korina.c | |
parent | 108bfa895cacd1a7c1767e85be105b213e5dce50 (diff) | |
download | blackbird-obmc-linux-5d23a1d2a317e272f171d7818f600fde324eaceb.tar.gz blackbird-obmc-linux-5d23a1d2a317e272f171d7818f600fde324eaceb.zip |
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>
Diffstat (limited to 'drivers/net/korina.c')
0 files changed, 0 insertions, 0 deletions