Skip to content

Commit

Permalink
PCI: remove parisc consumer of the pci global_list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Bottomley authored and Greg Kroah-Hartman committed Apr 21, 2008
1 parent 6355f3d commit c71c68a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/parisc/dino.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c71c68a

Please sign in to comment.