Re: [PATCH] pci: make bus_attr_resource_alignemnt static

2016-06-10 Thread Bjorn Helgaas
On Thu, Jun 09, 2016 at 11:42:13AM +0100, Ben Dooks wrote: > The symbol bus_attr_resource_alignment is not exported or declared > elsewhere, so make it static to fix the following warning: > > drivers/pci/pci.c:4900:1: warning: symbol 'bus_attr_resource_alignment' was > not declared. Should it

Re: [PATCH] pci: make bus_attr_resource_alignemnt static

2016-06-10 Thread Bjorn Helgaas
On Thu, Jun 09, 2016 at 11:42:13AM +0100, Ben Dooks wrote: > The symbol bus_attr_resource_alignment is not exported or declared > elsewhere, so make it static to fix the following warning: > > drivers/pci/pci.c:4900:1: warning: symbol 'bus_attr_resource_alignment' was > not declared. Should it

[PATCH] pci: make bus_attr_resource_alignemnt static

2016-06-09 Thread Ben Dooks
The symbol bus_attr_resource_alignment is not exported or declared elsewhere, so make it static to fix the following warning: drivers/pci/pci.c:4900:1: warning: symbol 'bus_attr_resource_alignment' was not declared. Should it be static? Signed-off-by: Ben Dooks ---

[PATCH] pci: make bus_attr_resource_alignemnt static

2016-06-09 Thread Ben Dooks
The symbol bus_attr_resource_alignment is not exported or declared elsewhere, so make it static to fix the following warning: drivers/pci/pci.c:4900:1: warning: symbol 'bus_attr_resource_alignment' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Cc: Bjorn Helgaas Cc: