Re: [RFC/PATCH 3/4] pci: Remove pci_enable_device_bars()

2007-12-25 Thread Benjamin Herrenschmidt
On Mon, 2007-12-24 at 00:08 -0700, Grant Grundler wrote: > On Tue, Dec 18, 2007 at 10:01:14AM +1100, Benjamin Herrenschmidt wrote: > > Now that all in-tree users are gone, this removes pci_enable_device_bars() > > completely. > > Almost completely. > Patch below removes pci_enable_device_bars() f

Re: [RFC/PATCH 3/4] pci: Remove pci_enable_device_bars()

2007-12-23 Thread Grant Grundler
On Tue, Dec 18, 2007 at 10:01:14AM +1100, Benjamin Herrenschmidt wrote: > Now that all in-tree users are gone, this removes pci_enable_device_bars() > completely. Almost completely. Patch below removes pci_enable_device_bars() from Documentation/pci.txt . (And I'd be happy to review patches to pc

[RFC/PATCH 3/4] pci: Remove pci_enable_device_bars()

2007-12-17 Thread Benjamin Herrenschmidt
Now that all in-tree users are gone, this removes pci_enable_device_bars() completely. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- drivers/pci/pci.c | 32 +++- include/linux/pci.h |1 - 2 files changed, 7 insertions(+), 26 deletions(-) --- l