Export acpi_subsys so it can be used by modules that want to hook into
/sys/firmware/acpi
Signed-off-by: Carlos Corbacho <[EMAIL PROTECTED]>
---
drivers/acpi/bus.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 84f249d..df70370 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -779,4 +779,6 @@ static int __init acpi_init(void)
return result;
}
+EXPORT_SYMBOL(acpi_subsys);
+
subsys_initcall(acpi_init);
--
1.5.3.4
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html