From: Becky Bruce Date: Mon, 21 Sep 2009 08:26:34 +0000 (+0000) Subject: powerpc: Rename get_dma_direct_offset get_dma_offset X-Git-Tag: v2.6.32-rc1~29^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cebd7a0f62804ca24f7b7b35e8105000b9e879a;p=pandora-kernel.git powerpc: Rename get_dma_direct_offset get_dma_offset The former is no longer really accurate with the swiotlb case now a possibility. I also move it into dma-mapping.h - it no longer needs to be in dma.c, and there are about to be some more accessors that should all end up in the same place. A comment is added to indicate that this function is not used in configs where there is no simple dma offset, such as the iommu case. Signed-off-by: Becky Bruce Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed