From c3c60a75de4e7c58d39b7b85a4db2188d9c6fde8 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 9 Jun 2003 20:32:40 -0700 Subject: [PATCH] PCI: remove pci_for_each_bus() macro as there are now no more users of it. --- include/linux/pci.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/linux/pci.h b/include/linux/pci.h index 18edf80af3d3..64d5c6db1922 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -525,9 +525,6 @@ extern struct bus_type pci_bus_type; extern struct list_head pci_root_buses; /* list of all known PCI buses */ extern struct list_head pci_devices; /* list of all devices */ -#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)) - int pci_present(void); void pcibios_fixup_bus(struct pci_bus *); int pcibios_enable_device(struct pci_dev *, int mask); -- cgit v1.2.3