Skip to content

Commit

Permalink
ACPI: export acpi_kobj
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Garrett authored and Len Brown committed Mar 30, 2012
1 parent c16fa4f commit f2d4753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f2d4753

Please sign in to comment.