From: FUJITA Tomonori Date: Thu, 4 Feb 2010 18:57:42 +0000 (+0000) Subject: mlx4: replace the dma_sync_single_range_for_cpu/device API X-Git-Tag: v2.6.34-rc1~233^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fc85600b1b4b8114354846ab9594ad354882d0;p=pandora-kernel.git mlx4: replace the dma_sync_single_range_for_cpu/device API There are only two users of the dma_sync_single_range_for_cpu/device API in mainline (mlx4 and ssb). The dma_sync_single_range_for_cpu/device API has never been documented and the dma_sync_single_for_cpu/device API also support a partial sync. This converts mlx4 to use the dma_sync_single_for_cpu/device API (preparations for the removal of the dma_sync_single_range_for_cpu/device API). Signed-off-by: FUJITA Tomonori Signed-off-by: David S. Miller --- Reading git-diff-tree failed