aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
authorFUJITA Tomonori <[email protected]>2009-05-27 15:10:42 +0000
committerDavid S. Miller <[email protected]>2009-05-29 08:51:22 +0000
commit5d23a1d2a317e272f171d7818f600fde324eaceb (patch)
treebc0d938e894464a923eecc719f332eee0cbe2aa3 /net/ipv4/tcp_input.c
parentnet: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() (diff)
downloadkernel-5d23a1d2a317e272f171d7818f600fde324eaceb.tar.gz
kernel-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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions