From: FUJITA Tomonori Date: Wed, 27 May 2009 15:10:42 +0000 (+0000) Subject: net: replace dma_sync_single with dma_sync_single_for_cpu X-Git-Tag: v2.6.31-rc1~330^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d23a1d2a317e272f171d7818f600fde324eaceb;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed