diff options
author | Alexander Chiang <achiang@hp.com> | 2009-06-10 15:55:55 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-06-17 23:32:23 -0400 |
commit | 80ffdedf6020a77adcd06c01cfe6c488312b28f8 (patch) | |
tree | fd18ffe05df0c5c8b566eedb90482ab2b846cf4d /include/acpi | |
parent | d6aa484c1c0cd39ff3a42f4050b55d2a5b285ef5 (diff) |
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')
-rw-r--r-- | include/acpi/acpi_drivers.h | 1 |
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); | |||
99 | struct pci_bus; | 99 | struct pci_bus; |
100 | 100 | ||
101 | struct pci_dev *acpi_get_pci_dev(acpi_handle); | 101 | struct pci_dev *acpi_get_pci_dev(acpi_handle); |
102 | acpi_status acpi_get_pci_id(acpi_handle handle, struct acpi_pci_id *id); | ||
103 | int acpi_pci_bind_root(struct acpi_device *device); | 102 | int acpi_pci_bind_root(struct acpi_device *device); |
104 | 103 | ||
105 | /* Arch-defined function to add a bus to the system */ | 104 | /* Arch-defined function to add a bus to the system */ |