From: James Bottomley Date: Wed, 20 Feb 2008 21:14:24 +0000 (-0600) Subject: PCI: remove parisc consumer of the pci global_list X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c71c68a04ba7672b9373ef04173114c211bb9f88;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 03c763c2d0e0..d9c6322a721b 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -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); }