PCI: Make bus_attr_resource_alignment static
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 9 Jun 2016 10:42:13 +0000 (11:42 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 11 Jun 2016 00:20:17 +0000 (19:20 -0500)
commit21751a9a4ed4219c11e4073afecb9a876d1107ea
tree0e6690447a07555864ad02203770f697d29802c3
parent92a1fe2e82d7beb2a65118833db44541663d09c7
PCI: Make bus_attr_resource_alignment static

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 <ben.dooks@codethink.co.uk>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c