diff options
author | Alexander Chiang <achiang@hp.com> | 2009-06-10 23:56:05 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-06-18 07:32:24 +0400 |
commit | 7fe2a6c275a5bcec52fb3ef643daaf8265b7af0d (patch) | |
tree | 1e36be4c0f8a05adeaea29f10f82a9afab0a50ce /include | |
parent | 1e4cffe78e1decd937c7b78410eec87da6b87954 (diff) | |
download | linux-7fe2a6c275a5bcec52fb3ef643daaf8265b7af0d.tar.xz |
ACPI: kill acpi_get_physical_pci_device()
acpi_get_pci_dev() is (hopefully) better, and all callers have been
converted, so let's get rid of this duplicated functionality.
Cc: Thomas Renninger <trenn@suse.de>
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')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 96d593ee4859..700b263c898a 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -365,7 +365,6 @@ struct acpi_bus_type { int register_acpi_bus_type(struct acpi_bus_type *); int unregister_acpi_bus_type(struct acpi_bus_type *); struct device *acpi_get_physical_device(acpi_handle); -struct device *acpi_get_physical_pci_device(acpi_handle); /* helper */ acpi_handle acpi_get_child(acpi_handle, acpi_integer); |