Re: [PATCH 1/6] PCI: Make pci_get_new_domain_nr static

2018-04-25 Thread Jan Kiszka
On 2018-04-25 18:27, Lorenzo Pieralisi wrote: > On Tue, Apr 24, 2018 at 05:13:37PM +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> The only user of that function is of_pci_bus_find_domain_nr. Pure >> cleanup. > > "The only user of pci_get_new_domain_nr() is

Re: [PATCH 1/6] PCI: Make pci_get_new_domain_nr static

2018-04-25 Thread Jan Kiszka
On 2018-04-25 18:27, Lorenzo Pieralisi wrote: > On Tue, Apr 24, 2018 at 05:13:37PM +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> The only user of that function is of_pci_bus_find_domain_nr. Pure >> cleanup. > > "The only user of pci_get_new_domain_nr() is of_pci_bus_find_domain_nr(). >

Re: [PATCH 1/6] PCI: Make pci_get_new_domain_nr static

2018-04-25 Thread Lorenzo Pieralisi
On Tue, Apr 24, 2018 at 05:13:37PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > The only user of that function is of_pci_bus_find_domain_nr. Pure > cleanup. "The only user of pci_get_new_domain_nr() is of_pci_bus_find_domain_nr(). Since they are defined in the same

Re: [PATCH 1/6] PCI: Make pci_get_new_domain_nr static

2018-04-25 Thread Lorenzo Pieralisi
On Tue, Apr 24, 2018 at 05:13:37PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > The only user of that function is of_pci_bus_find_domain_nr. Pure > cleanup. "The only user of pci_get_new_domain_nr() is of_pci_bus_find_domain_nr(). Since they are defined in the same compilation unit,