Browse Source

ACPI: Remove acpi_pci_bind_root() definition

Noticed that acpi_pci_bind_root(), which has been deleted,
is left defined in acpi_driver.h.  So delete this definition
from the header as well.

Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Toshi Kani 12 years ago
parent
commit
82160dd8ba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/acpi/acpi_drivers.h

+ 0 - 1
include/acpi/acpi_drivers.h

@@ -95,7 +95,6 @@ int acpi_pci_link_free_irq(acpi_handle handle);
 struct pci_bus;
 
 struct pci_dev *acpi_get_pci_dev(acpi_handle);
-int acpi_pci_bind_root(struct acpi_device *device);
 
 /* Arch-defined function to add a bus to the system */