summaryrefslogtreecommitdiffstats
path: root/include/acpi/acpi_drivers.h
diff options
context:
space:
mode:
authorAlexander Chiang2009-06-10 21:55:55 +0200
committerLen Brown2009-06-18 05:32:23 +0200
commit80ffdedf6020a77adcd06c01cfe6c488312b28f8 (patch)
treefd18ffe05df0c5c8b566eedb90482ab2b846cf4d /include/acpi/acpi_drivers.h
parentPCI Hotplug: acpiphp: convert to acpi_get_pci_dev (diff)
downloadkernel-qcow2-linux-80ffdedf6020a77adcd06c01cfe6c488312b28f8.tar.gz
kernel-qcow2-linux-80ffdedf6020a77adcd06c01cfe6c488312b28f8.tar.xz
kernel-qcow2-linux-80ffdedf6020a77adcd06c01cfe6c488312b28f8.zip
ACPI: kill acpi_get_pci_id
acpi_get_pci_dev() is better, and all callers have been converted, so eliminate acpi_get_pci_id(). 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>
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-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 98ebaaedc07f..b69285773177 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -99,7 +99,6 @@ void acpi_pci_irq_del_prt(struct pci_bus *bus);
struct pci_bus;
struct pci_dev *acpi_get_pci_dev(acpi_handle);
-acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id);
int acpi_pci_bind_root(struct acpi_device *device);
/* Arch-defined function to add a bus to the system */