From: Steve Wise Date: Fri, 27 Oct 2006 22:28:35 +0000 (-0500) Subject: IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single X-Git-Tag: v2.6.19-rc5~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de94ce19dd3c6fc6e9d9658da11cf3d76841ee5;p=pandora-kernel.git IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single The Ammasso driver needs to use dma_alloc_coherent() for allocating memory that will be used by the HW for dma. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed