summaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorToshi Kani <toshi.kani@hp.com>2013-03-08 19:17:10 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-03-24 23:28:02 +0100
commit82160dd8ba4db5674d1d6730afe8d9b499fb7a4a (patch)
treea2512dfa976b4576363818442e9f0af164aede46 /include/acpi
parent771d09b3c4c45d4d534a83a68e6331b97fd82e15 (diff)
downloadlinux-82160dd8ba4db5674d1d6730afe8d9b499fb7a4a.tar.gz
linux-82160dd8ba4db5674d1d6730afe8d9b499fb7a4a.tar.xz
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>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_drivers.h1
1 files changed, 0 insertions, 1 deletions
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 */