]> git.neil.brown.name Git - history.git/commitdiff
[ACPI] export symbols to button module
authorLen Brown <len.brown@intel.com>
Sun, 2 May 2004 20:29:06 +0000 (16:29 -0400)
committerLen Brown <lenb@dhcppc3.>
Sun, 2 May 2004 20:29:06 +0000 (16:29 -0400)
drivers/acpi/scan.c

index 8cafc897dad51064e5c90fe8c801665618686d6b..e386f28a5d8ccf4dbf8a3e22f7d2c7da6e1f4bd3 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <linux/init.h>
 #include <linux/acpi.h>
+#include <linux/module.h>
 
 #include <acpi/acpi_drivers.h>
 #include <acpi/acinterp.h>     /* for acpi_ex_eisa_id_to_string() */
@@ -18,6 +19,10 @@ extern struct acpi_device            *acpi_root;
 struct acpi_device             *acpi_fixed_pwr_button;
 struct acpi_device             *acpi_fixed_sleep_button;
 
+EXPORT_SYMBOL(acpi_fixed_pwr_button);
+EXPORT_SYMBOL(acpi_fixed_sleep_button);
+
+
 
 #define ACPI_BUS_CLASS                 "system_bus"
 #define ACPI_BUS_HID                   "ACPI_BUS"