Commit 681b5149 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] export symbols to button module

parent fade1033
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/module.h>
#include <acpi/acpi_drivers.h> #include <acpi/acpi_drivers.h>
#include <acpi/acinterp.h> /* for acpi_ex_eisa_id_to_string() */ #include <acpi/acinterp.h> /* for acpi_ex_eisa_id_to_string() */
...@@ -18,6 +19,10 @@ extern struct acpi_device *acpi_root; ...@@ -18,6 +19,10 @@ extern struct acpi_device *acpi_root;
struct acpi_device *acpi_fixed_pwr_button; struct acpi_device *acpi_fixed_pwr_button;
struct acpi_device *acpi_fixed_sleep_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_CLASS "system_bus"
#define ACPI_BUS_HID "ACPI_BUS" #define ACPI_BUS_HID "ACPI_BUS"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment