From: FUJITA Tomonori Date: Thu, 28 May 2009 01:10:44 +0000 (+0900) Subject: USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and dma_syn... X-Git-Tag: v2.6.31-rc1~304^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8e7ba68ad0e4273f4897950de65bc311552cd1;p=pandora-kernel.git USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and dma_sync_sg_for_cpu This replaces dma_sync_single() and dma_sync_sg() with dma_sync_single_for_cpu() and dma_sync_sg_for_cpu() respectively because they 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: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed