Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-08 Thread Liviu Dudau
On Tue, Jul 08, 2014 at 12:27:49AM +0100, Bjorn Helgaas wrote: > On Tue, Jul 01, 2014 at 07:43:27PM +0100, Liviu Dudau wrote: > > This is a useful function and we should make it visible outside the > > generic PCI code. Export it as a GPL symbol. > > > > Signed-off-by: Liviu Dudau > > Tested-by:

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-07 Thread Bjorn Helgaas
On Tue, Jul 01, 2014 at 07:43:27PM +0100, Liviu Dudau wrote: > This is a useful function and we should make it visible outside the > generic PCI code. Export it as a GPL symbol. > > Signed-off-by: Liviu Dudau > Tested-by: Tanmay Inamdar > --- > drivers/pci/host-bridge.c | 3 ++- > 1 file change

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-03 Thread Arnd Bergmann
On Wednesday 02 July 2014 13:43:41 Tanmay Inamdar wrote: > On Wed, Jul 2, 2014 at 12:12 PM, Arnd Bergmann wrote: > > I think EXPORT_SYMBOL_GPL() is better here. The new symbols are unlikely > > to be used by a peripheral device driver, and PCI host controllers are > > already restricted by EXPORT_

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-03 Thread Liviu Dudau
On Wed, Jul 02, 2014 at 09:43:41PM +0100, Tanmay Inamdar wrote: > On Wed, Jul 2, 2014 at 12:12 PM, Arnd Bergmann wrote: > > On Wednesday 02 July 2014 11:06:38 Tanmay Inamdar wrote: > >> On Tue, Jul 1, 2014 at 11:43 AM, Liviu Dudau wrote: > >> > This is a useful function and we should make it visi

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-02 Thread Tanmay Inamdar
On Wed, Jul 2, 2014 at 12:12 PM, Arnd Bergmann wrote: > On Wednesday 02 July 2014 11:06:38 Tanmay Inamdar wrote: >> On Tue, Jul 1, 2014 at 11:43 AM, Liviu Dudau wrote: >> > This is a useful function and we should make it visible outside the >> > generic PCI code. Export it as a GPL symbol. >> > >

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-02 Thread Arnd Bergmann
On Wednesday 02 July 2014 11:06:38 Tanmay Inamdar wrote: > On Tue, Jul 1, 2014 at 11:43 AM, Liviu Dudau wrote: > > This is a useful function and we should make it visible outside the > > generic PCI code. Export it as a GPL symbol. > > > > Signed-off-by: Liviu Dudau > > Tested-by: Tanmay Inamdar

Re: [PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-02 Thread Tanmay Inamdar
Hi, On Tue, Jul 1, 2014 at 11:43 AM, Liviu Dudau wrote: > This is a useful function and we should make it visible outside the > generic PCI code. Export it as a GPL symbol. > > Signed-off-by: Liviu Dudau > Tested-by: Tanmay Inamdar > --- > drivers/pci/host-bridge.c | 3 ++- > 1 file changed, 2

[PATCH v8 2/9] pci: Export find_pci_host_bridge() function.

2014-07-01 Thread Liviu Dudau
This is a useful function and we should make it visible outside the generic PCI code. Export it as a GPL symbol. Signed-off-by: Liviu Dudau Tested-by: Tanmay Inamdar --- drivers/pci/host-bridge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/host-bridge.c b/d