Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c71c68a0 authored by James Bottomley's avatar James Bottomley Committed by Greg Kroah-Hartman
Browse files

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: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6355f3d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
		}