]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
PCI: remove parisc consumer of the pci global_list
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 20 Feb 2008 21:14:24 +0000 (15:14 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:01 +0000 (21:47 -0700)
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>
drivers/parisc/dino.c

index 03c763c2d0e0f0d7b6efdafc2d928363daa73620..d9c6322a721b8390879f4f71a017756691ddfd5a 100644 (file)
@@ -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);
                }