From 786d7008cf89cc23722717573f3910ee056df8a7 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 24 Sep 2008 22:41:10 +0900 Subject: [PATCH] --- yaml --- r: 112623 b: refs/heads/master c: 1615965e54eb94d7bcd298d2163739bd79f602d4 h: refs/heads/master i: 112621: 9c0e2f2a21f38e1449ed488da96e51b20b566bcb 112619: be1ddfeaeb047fabbb7bed47148081bd3ee40fbd 112615: 668d87e2f412d276f25accb698dec6bdc6b90af6 112607: b19ac93ca02deeb0b5499347ef7ffb66fe88a6d0 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/pci-gart_64.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index f5d0e807a5ec..7bd3799c5d83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d990882153f36723f9e8717c4401689e64c7a36 +refs/heads/master: 1615965e54eb94d7bcd298d2163739bd79f602d4 diff --git a/trunk/arch/x86/kernel/pci-gart_64.c b/trunk/arch/x86/kernel/pci-gart_64.c index 25c94fb96d74..b85a2f9bb340 100644 --- a/trunk/arch/x86/kernel/pci-gart_64.c +++ b/trunk/arch/x86/kernel/pci-gart_64.c @@ -715,12 +715,6 @@ extern int agp_amd64_init(void); static struct dma_mapping_ops gart_dma_ops = { .map_single = gart_map_single, .unmap_single = gart_unmap_single, - .sync_single_for_cpu = NULL, - .sync_single_for_device = NULL, - .sync_single_range_for_cpu = NULL, - .sync_single_range_for_device = NULL, - .sync_sg_for_cpu = NULL, - .sync_sg_for_device = NULL, .map_sg = gart_map_sg, .unmap_sg = gart_unmap_sg, .alloc_coherent = gart_alloc_coherent,