1
0
Fork 0

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: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
hifive-unleashed-5.1
Matthew Garrett 2012-01-31 13:19:19 -05:00 committed by Len Brown
parent c16fa4f2ad
commit f2d4753fbd
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{