aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2009-05-27 15:10:42 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-29 01:51:22 -0700
commit5d23a1d2a317e272f171d7818f600fde324eaceb (patch)
treebc0d938e894464a923eecc719f332eee0cbe2aa3 /include/linux/netdevice.h
parent108bfa895cacd1a7c1767e85be105b213e5dce50 (diff)
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 'include/linux/netdevice.h')
0 files changed, 0 insertions, 0 deletions