diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-04 22:04:22 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-04 22:04:22 -0700 |
| commit | 9d0c4c0c83d0f79894eea063a56c12348ed740e8 (patch) | |
| tree | 5f5cdd397350244c2cc844ddd1ee2764d497ff55 /include/linux | |
| parent | 5f8bcd209978c4638196101759a4184df53e4864 (diff) | |
[PATCH] PCI: remove pci_for_each_dev_reverse() now that all users of it are gone.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 234d37275347..6458025e3cce 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -527,8 +527,6 @@ static inline int pci_present(void) return !list_empty(&pci_devices); } -#define pci_for_each_dev_reverse(dev) \ - for(dev = pci_dev_g(pci_devices.prev); dev != pci_dev_g(&pci_devices); dev = pci_dev_g(dev->global_list.prev)) #define pci_for_each_bus(bus) \ for(bus = pci_bus_b(pci_root_buses.next); bus != pci_bus_b(&pci_root_buses); bus = pci_bus_b(bus->node.next)) |
