Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2d4753f authored by Matthew Garrett's avatar Matthew Garrett Committed by Len Brown
Browse files

ACPI: export acpi_kobj



Drivers may wish to add entries to /sys/firmware/acpi, so export acpi_kobj
in order to let them do that.

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent c16fa4f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,7 @@ static int __init acpi_bus_init(void)
}

struct kobject *acpi_kobj;
EXPORT_SYMBOL_GPL(acpi_kobj);

static int __init acpi_init(void)
{