summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-10-06 00:02:56 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-10-06 00:02:56 -0700
commitd675deb6fbf33ae0667643f50d0678d4352fb238 (patch)
treed8b983b61166732b2688b260daae62f4096b124e /include/linux/pci.h
parent605fda94db0010e427d15a0f33314a49a92749e3 (diff)
[PATCH] PCI: remove all usages of pci_dma_sync_single as it's obsolete.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 1ff807d655c1..f021797cd805 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1,5 +1,5 @@
/*
- * $Id: pci.h,v 1.87 1998/10/11 15:13:12 mj Exp $
+ * pci.h
*
* PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt
@@ -858,9 +858,6 @@ extern void msi_remove_pci_irq_vectors(struct pci_dev *dev);
#include <asm/pci.h>
-/* Backwards compat, remove in 2.7.x */
-#define pci_dma_sync_single pci_dma_sync_single_for_cpu
-
/*
* If the system does not have PCI, clearly these return errors. Define
* these as simple inline functions to avoid hair in drivers.