[PATCH v2 16/16] PCI: Remove unused pci_dev_b()
Bjorn Helgaas
bhelgaas at google.com
Fri Aug 17 19:37:07 EDT 2012
All uses of pci_dev_b() have been replaced by list_for_each_entry(), so
remove it.
Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
---
include/linux/pci.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 1dce47c..ed47147 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -369,7 +369,6 @@ static inline struct pci_dev *pci_physfn(struct pci_dev *dev)
extern struct pci_dev *alloc_pci_dev(void);
-#define pci_dev_b(n) list_entry(n, struct pci_dev, bus_list)
#define to_pci_dev(n) container_of(n, struct pci_dev, dev)
#define for_each_pci_dev(d) while ((d = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, d)) != NULL)
More information about the linux-pcmcia
mailing list