projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6355f3d
)
PCI: remove parisc consumer of the pci global_list
author
James Bottomley
<James.Bottomley@HansenPartnership.com>
Wed, 20 Feb 2008 21:14:24 +0000
(15:14 -0600)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/parisc/dino.c
b/drivers/parisc/dino.c
index 03c763c2d0e0f0d7b6efdafc2d928363daa73620..d9c6322a721b8390879f4f71a017756691ddfd5a 100644
(file)
--- 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);
}