Skip to content

Commit 13068b7

Browse files
Heikki Krogerusgregkh
authored andcommitted
acpi: Export acpi_bus_type
So we can use bus_for_each_dev() and others from modules. Acked-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Heikki Krogerus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a8cf051 commit 13068b7

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
@@ -1043,6 +1043,7 @@ struct bus_type acpi_bus_type = {
10431043
.remove = acpi_device_remove,
10441044
.uevent = acpi_device_uevent,
10451045
};
1046+
EXPORT_SYMBOL_GPL(acpi_bus_type);
10461047

10471048
/* --------------------------------------------------------------------------
10481049
Initialization/Cleanup

0 commit comments

Comments
 (0)