From: Toshi Kani Date: Fri, 8 Mar 2013 19:17:10 +0000 (+0000) Subject: ACPI: Remove acpi_pci_bind_root() definition X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=82160dd8ba4db5674d1d6730afe8d9b499fb7a4a;p=deliverable%2Flinux.git 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 627749af0ba7..e6168a24b9f0 100644 --- a/include/acpi/acpi_drivers.h +++ b/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 */