diff options
| author | 2014-02-18 14:33:46 -0700 | |
|---|---|---|
| committer | 2014-02-18 14:33:46 -0700 | |
| commit | 6354647f55b9848dc9aaa091e2f762ca1a3eb085 (patch) | |
| tree | cec2c643c1635d92d903444f2e6586eda75110dc /include/linux | |
| parent | Merge branch 'pci/msi' into next (diff) | |
| parent | PCI: Remove pci_bus_b() and use list_for_each_entry() directly (diff) | |
Merge branch 'pci/list-for-each-entry' into next
* pci/list-for-each-entry:
PCI: Remove pci_bus_b() and use list_for_each_entry() directly
pcmcia: Use list_for_each_entry() for bus traversal
powerpc/PCI: Use list_for_each_entry() for bus traversal
drm: Use list_for_each_entry() for bus traversal
ARM/PCI: Use list_for_each_entry() for bus traversal
ACPI / hotplug / PCI: Use list_for_each_entry() for bus traversal
Diffstat (limited to 'include/linux')
| -rw-r--r-- | 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 1e26fc602adc..27b1b9b6dba5 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -463,7 +463,6 @@ struct pci_bus { unsigned int is_added:1; }; -#define pci_bus_b(n) list_entry(n, struct pci_bus, node) #define to_pci_bus(n) container_of(n, struct pci_bus, dev) /* |
