From: FUJITA Tomonori Date: Fri, 10 Jul 2009 01:05:02 +0000 (+0900) Subject: swiotlb: use phys_to_dma and dma_to_phys X-Git-Tag: v2.6.32-rc1~727^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862d196b27bd30a5ab8109d5cdb37980d81b1fe9;p=pandora-kernel.git swiotlb: use phys_to_dma and dma_to_phys This converts swiotlb to use phys_to_dma and dma_to_phys instead of swiotlb_phys_to_bus() and swiotlb_bus_to_phys(). swiotlb_phys_to_bus() and swiotlb_bus_to_phys() are not necessary so this patch also removes them. Signed-off-by: FUJITA Tomonori Acked-by: Becky Bruce --- Reading git-diff-tree failed