Re: [PATCH] pci: remove parisc consumer of the pci global_list

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 03:14:24PM -0600, James Bottomley wrote:
> The patch  pci-remove-global-list-of-pci-devices.patch misses the parisc
> dino use of this.  However, it's a simple removal job.
> 
> Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

Ah, sorry about that, I'll add that to my tree in the correct order so
we don't get bisect problems.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pci: remove parisc consumer of the pci global_list

2008-02-20 Thread James Bottomley
The patch  pci-remove-global-list-of-pci-devices.patch misses the parisc
dino use of this.  However, it's a simple removal job.

Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

---

diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c
index 03c763c..d9c6322 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, >devices) {
struct pci_dev *dev = pci_dev_b(ln);
 
-   list_del(>global_list);
list_del(>bus_list);
}



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pci: remove parisc consumer of the pci global_list

2008-02-20 Thread James Bottomley
The patch  pci-remove-global-list-of-pci-devices.patch misses the parisc
dino use of this.  However, it's a simple removal job.

Signed-off-by: James Bottomley [EMAIL PROTECTED]

---

diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c
index 03c763c..d9c6322 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);
}



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] pci: remove parisc consumer of the pci global_list

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 03:14:24PM -0600, James Bottomley wrote:
 The patch  pci-remove-global-list-of-pci-devices.patch misses the parisc
 dino use of this.  However, it's a simple removal job.
 
 Signed-off-by: James Bottomley [EMAIL PROTECTED]

Ah, sorry about that, I'll add that to my tree in the correct order so
we don't get bisect problems.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/