From: FUJITA Tomonori Date: Mon, 5 Jan 2009 14:47:28 +0000 (+0900) Subject: x86: remove map_single and unmap_single in struct dma_mapping_ops X-Git-Tag: v2.6.30-rc1~614^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7dff84053524186b139342ac66a4160ce6bb517;p=pandora-kernel.git x86: remove map_single and unmap_single in struct dma_mapping_ops This patch converts dma_map_single and dma_unmap_single to use map_page and unmap_page respectively and removes unnecessary map_single and unmap_single in struct dma_mapping_ops. This leaves intel-iommu's dma_map_single and dma_unmap_single since IA64 uses them. They will be removed after the unification. Signed-off-by: FUJITA Tomonori Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed