|
@@ -151,18 +151,6 @@ struct acpi_device *acpi_find_child_device(struct acpi_device *parent,
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(acpi_find_child_device);
|
|
|
|
|
|
-acpi_handle acpi_get_child(acpi_handle handle, u64 addr)
|
|
|
-{
|
|
|
- struct acpi_device *adev;
|
|
|
-
|
|
|
- if (!handle || acpi_bus_get_device(handle, &adev))
|
|
|
- return NULL;
|
|
|
-
|
|
|
- adev = acpi_find_child_device(adev, addr, false);
|
|
|
- return adev ? adev->handle : NULL;
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(acpi_get_child);
|
|
|
-
|
|
|
static void acpi_physnode_link_name(char *buf, unsigned int node_id)
|
|
|
{
|
|
|
if (node_id > 0)
|