summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-10-06 00:00:18 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-10-06 00:00:18 -0700
commit605fda94db0010e427d15a0f33314a49a92749e3 (patch)
tree57cbcc08607fbefb544e32e9da3b4b90789d279a /include
parent88e0d40a14f27bf12b26fb80e73dd20cffafef40 (diff)
[PATCH] PCI: remove all usages of pci_dma_sync_sg as it's obsolete.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 3ed159d12035..1ff807d655c1 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -860,7 +860,6 @@ extern void msi_remove_pci_irq_vectors(struct pci_dev *dev);
/* Backwards compat, remove in 2.7.x */
#define pci_dma_sync_single pci_dma_sync_single_for_cpu
-#define pci_dma_sync_sg pci_dma_sync_sg_for_cpu
/*
* If the system does not have PCI, clearly these return errors. Define