mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
PCI: remove parisc consumer of the pci global_list
Remove the parisc usage of the global_list, as it's not needed anymore. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
6355f3d1c6
commit
c71c68a04b
@ -496,7 +496,6 @@ dino_card_setup(struct pci_bus *bus, void __iomem *base_addr)
|
||||
list_for_each_safe(ln, tmp_ln, &bus->devices) {
|
||||
struct pci_dev *dev = pci_dev_b(ln);
|
||||
|
||||
list_del(&dev->global_list);
|
||||
list_del(&dev->bus_list);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user