diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-20 16:14:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-21 00:47:01 -0400 |
commit | c71c68a04ba7672b9373ef04173114c211bb9f88 (patch) | |
tree | f5120b25ab89e866879b201bb4abb06c7dc6f605 /drivers/parisc/dino.c | |
parent | 6355f3d1c6994812e4384027b785989323dd7c75 (diff) |
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>
Diffstat (limited to 'drivers/parisc/dino.c')
-rw-r--r-- | drivers/parisc/dino.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
496 | list_for_each_safe(ln, tmp_ln, &bus->devices) { | 496 | list_for_each_safe(ln, tmp_ln, &bus->devices) { |
497 | struct pci_dev *dev = pci_dev_b(ln); | 497 | struct pci_dev *dev = pci_dev_b(ln); |
498 | 498 | ||
499 | list_del(&dev->global_list); | ||
500 | list_del(&dev->bus_list); | 499 | list_del(&dev->bus_list); |
501 | } | 500 | } |
502 | 501 | ||