Re: [PATCH] parisc: Remove unused pcibios_init_bus()

2015-12-03 Thread Helge Deller
On 01.12.2015 23:02, Grant Grundler wrote: > On Tue, Dec 1, 2015 at 12:44 PM, Helge Deller wrote: >> On 01.12.2015 17:41, Bjorn Helgaas wrote: >>> There are no callers of pcibios_init_bus(), so remove it. >> >> True, pcibios_init_bus() isn't called anywhere, so it should be removed. >> >> But I wo

Re: [PATCH] parisc: Remove unused pcibios_init_bus()

2015-12-01 Thread Grant Grundler
On Tue, Dec 1, 2015 at 12:44 PM, Helge Deller wrote: > On 01.12.2015 17:41, Bjorn Helgaas wrote: >> There are no callers of pcibios_init_bus(), so remove it. > > True, pcibios_init_bus() isn't called anywhere, so it should be removed. > > But I wonder if we might need to initialize latency and par

Re: [PATCH] parisc: Remove unused pcibios_init_bus()

2015-12-01 Thread Helge Deller
On 01.12.2015 17:41, Bjorn Helgaas wrote: > There are no callers of pcibios_init_bus(), so remove it. True, pcibios_init_bus() isn't called anywhere, so it should be removed. But I wonder if we might need to initialize latency and parity for PCI-PCI bridges somewhere else then? In one of my machi

[PATCH] parisc: Remove unused pcibios_init_bus()

2015-12-01 Thread Bjorn Helgaas
There are no callers of pcibios_init_bus(), so remove it. Signed-off-by: Bjorn Helgaas --- arch/parisc/kernel/pci.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index 64f2764..c99f3dd 100644 --- a/arch/parisc/kernel/