From: Mark Nelson Date: Mon, 27 Oct 2008 20:38:14 +0000 (+0000) Subject: powerpc: Remove map_/unmap_single() from dma_mapping_ops X-Git-Tag: v2.6.29-rc1~574^2~130 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73049f6aa58ac1d1a9ca8cb2b415ef97240b2d3;p=pandora-kernel.git powerpc: Remove map_/unmap_single() from dma_mapping_ops Now that all of the remaining dma_mapping_ops have had their map_/unmap_single functions updated to become map/unmap_page functions, there is no need to have the map_/unmap_single function pointers in the dma_mapping_ops. So, this removes them and also removes the code that does the checking for which set of functions to use. Signed-off-by: Mark Nelson Acked-by: Becky Bruce Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed