Skip to content

Commit 1c9698f

Browse files
committed
ACPI: Export acpi_get_first_physical_node() to modules
This function will be needed by the Thunderbolt driver when it parses ACPI description for linking tunneled ports to the Thunderbolt controller device. Signed-off-by: Mika Westerberg <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]>
1 parent 2b9941e commit 1c9698f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ struct device *acpi_get_first_physical_node(struct acpi_device *adev)
551551
mutex_unlock(physical_node_lock);
552552
return phys_dev;
553553
}
554+
EXPORT_SYMBOL_GPL(acpi_get_first_physical_node);
554555

555556
static struct acpi_device *acpi_primary_dev_companion(struct acpi_device *adev,
556557
const struct device *dev)

0 commit comments

Comments
 (0)