powerpc: Remove map_/unmap_single() from dma_mapping_ops
commitc73049f6aa58ac1d1a9ca8cb2b415ef97240b2d3
authorMark Nelson <markn@au1.ibm.com>
Mon, 27 Oct 2008 20:38:14 +0000 (27 20:38 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 5 Nov 2008 22:43:46 +0000 (6 09:43 +1100)
tree7beed69dd3a8773c96317297fba501399091efa2
parent7eef440a545c7f812ed10b49d4a10a351df9cad6
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 <markn@au1.ibm.com>
Acked-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/dma-mapping.h