diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-29 10:27:53 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-12-06 19:05:50 -0500 |
commit | bfecc2b3e34c6751343bacd317c4dfd1d695142c (patch) | |
tree | 935103a9c9abf8f15d5a4143907fca0799215267 /include/acpi | |
parent | 24dee1fc99fd6d38fc859d7f6dda1dab21493bef (diff) |
ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.c
Since drivers/ide/ide-acpi.c is the only remaining user of
acpi_get_child(), move that function into that file as a static
routine.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-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 a50898e67a68..7135fe3d6daa 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -434,7 +434,6 @@ struct acpi_pci_root { | |||
434 | 434 | ||
435 | struct acpi_device *acpi_find_child_device(struct acpi_device *parent, | 435 | struct acpi_device *acpi_find_child_device(struct acpi_device *parent, |
436 | u64 address, bool check_children); | 436 | u64 address, bool check_children); |
437 | acpi_handle acpi_get_child(acpi_handle handle, u64 addr); | ||
438 | int acpi_is_root_bridge(acpi_handle); | 437 | int acpi_is_root_bridge(acpi_handle); |
439 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); | 438 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); |
440 | 439 | ||