From: FUJITA Tomonori Date: Wed, 26 May 2010 21:44:20 +0000 (-0700) Subject: Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu X-Git-Tag: v2.6.35-rc1~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d256fa8868b4509310ea201c2d2c04fabea96ab;p=pandora-kernel.git Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu dma_sync_single() is deprecated and will be removed soon. No functional change since dma_sync_single is the wrapper of dma_sync_single_for_cpu. saa7134-go7007.c is commented out but anyway let's replace it. Signed-off-by: FUJITA Tomonori Cc: Greg Kroah-Hartman Cc: Ben Hutchings Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed