diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-08-21 11:12:09 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-22 02:43:25 -0400 |
commit | 766af9fa812f49feb4a3e62cf92f3d37f33c7fb6 (patch) | |
tree | b175d0664d4d4f798dce2c8e15ac363c459fdc11 /arch/x86/kernel/pci-gart_64.c | |
parent | a38409fbb5181324fb73b359189a72e02b6c7030 (diff) |
dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple
pci-dma.c doesn't use map_simple hook any more so we can remove it
from struct dma_mapping_ops now.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/pci-gart_64.c')
-rw-r--r-- | arch/x86/kernel/pci-gart_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c index e81df25dc067..cfd7ec25e37e 100644 --- a/arch/x86/kernel/pci-gart_64.c +++ b/arch/x86/kernel/pci-gart_64.c | |||
@@ -720,7 +720,6 @@ extern int agp_amd64_init(void); | |||
720 | 720 | ||
721 | static struct dma_mapping_ops gart_dma_ops = { | 721 | static struct dma_mapping_ops gart_dma_ops = { |
722 | .map_single = gart_map_single, | 722 | .map_single = gart_map_single, |
723 | .map_simple = gart_map_simple, | ||
724 | .unmap_single = gart_unmap_single, | 723 | .unmap_single = gart_unmap_single, |
725 | .sync_single_for_cpu = NULL, | 724 | .sync_single_for_cpu = NULL, |
726 | .sync_single_for_device = NULL, | 725 | .sync_single_for_device = NULL, |