All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/2] ACPI: export acpi_kobj
@ 2012-01-31 18:19 Matthew Garrett
  2012-01-31 18:19 ` [PATCH V2 2/2] ACPI: Add support for exposing BGRT data Matthew Garrett
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Garrett @ 2012-01-31 18:19 UTC (permalink / raw)
  To: linux-acpi; +Cc: lenb, Matthew Garrett

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>
---
 drivers/acpi/bus.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 9ecec98..3263b68 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -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)
 {
-- 
1.7.7.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-31 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 18:19 [PATCH V2 1/2] ACPI: export acpi_kobj Matthew Garrett
2012-01-31 18:19 ` [PATCH V2 2/2] ACPI: Add support for exposing BGRT data Matthew Garrett
2012-01-31 19:28   ` Konrad Rzeszutek Wilk
2012-01-31 19:40     ` Matthew Garrett
2012-01-31 19:53       ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.