ACPI: make acpi_pci_bind() static
authorAlexander Chiang <achiang@hp.com>
Wed, 10 Jun 2009 19:55:09 +0000 (19:55 +0000)
committerLen Brown <len.brown@intel.com>
Thu, 18 Jun 2009 03:22:15 +0000 (23:22 -0400)
commitce597bb42aa84bc73db80509b7c37e7fbc0b75c4
tree8298bc28f79a39fc48a8d66cfc559345478b6981
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6
ACPI: make acpi_pci_bind() static

acpi_pci_root_add() explicitly assigns device->ops.bind, and later
calls acpi_pci_bind_root(), which also does the same thing.

We don't need to repeat ourselves; removing the explicit assignment
allows us to make acpi_pci_bind() static.

Signed-off-by: Alex Chiang <achiang@hp.com>
Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_bind.c
drivers/acpi/pci_root.c
include/acpi/acpi_drivers.h